1 | | Hi, I thought of different solutions, and it seems to me like the one proposed by Mariusz Felisiak is the most appropriate, so I've added a [https://github.com/django/django/pull/14334 PR], in case the proposed solutions gets accepted. |
2 | | My only concern, is should the match be case sensitive or not? I.e. should {{{zh-hant-HK}}} and {{{zh-hant-hk}}} match to {{{zh-Hant-HK}}}? I think, the current implementation will not match them. |
| 1 | Hi, I thought of different solutions, and it seems to me like the one proposed by Mariusz Felisiak is the most appropriate, so I've added a [https://github.com/django/django/pull/14334 PR], in case the proposed solution gets accepted. |
| 2 | My only concern is should the match be case sensitive or not? I.e. should {{{zh-hant-HK}}} and {{{zh-hant-hk}}} match to {{{zh-Hant-HK}}}? I think, the current implementation will not match them. |