Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/locale/zh_Hans
Commit message (Collapse)AuthorAgeFilesLines
* Fetched updated core translations from TransifexClaude Paroz2015-04-011-272/+0
| | | | Forward port of d1b206daf8 from stable/1.8.x
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-6/+6
|
* Fixed #23417 -- Completed locale formats for zh_CN, ↵Malte Beckmann2014-09-101-14/+35
| | | | zh_Hans, zh_Hant and zh_TW.
* Fixed #18149 -- Changed language codes for ChineseBouke Haarsma2013-11-044-0/+1248
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.