mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #18419 -- Full backwards compatibility for old language codes
Improved documentation about zh-* deprecation and upgrade path. Thanks to Baptiste Mispelon for the code reviews.
This commit is contained in:
parent
76da053641
commit
e5e044da87
4 changed files with 51 additions and 24 deletions
|
|
@ -476,8 +476,8 @@ 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.
|
||||
* 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