mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.
This commit is contained in:
parent
6d5958c7a3
commit
1ac32e76ac
5 changed files with 142 additions and 57 deletions
|
|
@ -201,7 +201,8 @@ Internationalization
|
|||
reusable apps. It also allows overriding those custom formats in your main
|
||||
Django project.
|
||||
|
||||
* Formats for the Welsh locale (``cy``) have been added.
|
||||
* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``,
|
||||
``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added.
|
||||
|
||||
Management Commands
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue