summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalte Beckmann <maltebeckmann@me.com>2014-09-04 18:35:44 +0200
committerTim Graham <timograham@gmail.com>2014-09-10 09:07:07 -0400
commit1ac32e76ac14323eef70142f57b8d7a3a192a829 (patch)
tree6c230f7ac2f861045f4b61b382f3bcfb88d4bfc3 /docs
parent6d5958c7a358d8ad0037fdd4922a65e19d12d77c (diff)
Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 967c2dd703..2c99172f9b 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -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
^^^^^^^^^^^^^^^^^^^