Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 5dcdbe95c749d36072f527e120a8cb463199ae0d
https://github.com/django/django/commit/5dcdbe95c749d36072f527e120a8cb463199ae0d
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M django/conf/locale/__init__.py
M django/utils/translation/__init__.py
M django/utils/translation/trans_real.py
M tests/i18n/tests.py
Log Message:
-----------
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.