[1.7.x] Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.

Backport of 1ac32e76ac from master
This commit is contained in:
Malte Beckmann 2014-09-04 18:35:44 +02:00 committed by Tim Graham
parent 40ce3efda2
commit d4c68c46aa
5 changed files with 143 additions and 56 deletions

View file

@ -51,3 +51,6 @@ Bugfixes
a backwards or no-op migration (:ticket:`23474`).
* Restored the ability to deepcopy ``F`` objects (:ticket:`23492`).
* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``,
``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added.