mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #18149 -- Changed language codes for Chinese
Language codes for Chinese are zh_Hans (Simplified) and zh_Hant (Traditional). Added support for browsers that still send the deprecated language codes. Thanks to Olli Wang for the report.
This commit is contained in:
parent
cb2c3ce154
commit
c0a2388a1c
17 changed files with 2593 additions and 2 deletions
|
@ -476,6 +476,9 @@ these changes.
|
|||
|
||||
* The class ``django.utils.datastructures.MergeDict`` will be removed.
|
||||
|
||||
* The ``zh_CN`` and ``zh_TW`` language codes will be removed and have been
|
||||
replaced by the ``zh_Hans`` and ``zh_Hant`` language code respectively.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue