I would say we should follow Mediawiki's configuration for chinese
language variants fallback (see
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/e016f6aa9386f515398d07d25419650c1fb74bf6/languages%2Fclasses%2FLanguageZh.php#L104
line 104 ).
* zh-cn, zh-sg and zh-my fallback to zh-hans
* zh-hk, zh-mo and zh-tw fallback to zh-hant
--
Ticket URL: <https://code.djangoproject.com/ticket/23005>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/23005#comment:1>
* has_patch: 0 => 1
Comment:
https://github.com/django/django/pull/2905
--
Ticket URL: <https://code.djangoproject.com/ticket/23005#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/23005#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"5dcdbe95c749d36072f527e120a8cb463199ae0d"]:
{{{
#!CommitTicketReference repository=""
revision="5dcdbe95c749d36072f527e120a8cb463199ae0d"
Fixed #23005 -- Allowed specifying special fallback languages
This fixes the Chinese language issues described in #23005 but
also provides for other fallback exceptions by updating the
LANG_INFO structure.
Thanks caxekis at gmail.com for the report and Tim Graham for the
review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23005#comment:4>