We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5c5d0 commit 0fca715Copy full SHA for 0fca715
.tx/config
@@ -1,6 +1,6 @@
1
[main]
2
host = https://www.transifex.com
3
-lang_map = sr@latin:sr_Latn
+lang_map = sr@latin:sr_Latn, zh_CN:zh_Hans, zh_TW:zh_Hant
4
type = PO
5
6
[django-contrib-comments.main]
HISTORY.rst
@@ -7,6 +7,8 @@ X.Y.Z (YYYY-MM-DD)
7
------------------
8
9
* Removed support for Python 2.
10
+* Renamed zh_CN to zh_Hans and zh_TW to zh_Hant to match
11
+ Django Chinese translations naming.
12
13
1.9.2 (2019-12-03)
14
django_comments/locale/zh_CN/LC_MESSAGES/django.mo renamed to django_comments/locale/zh_Hans/LC_MESSAGES/django.mo
django_comments/locale/zh_CN/LC_MESSAGES/django.po renamed to django_comments/locale/zh_Hans/LC_MESSAGES/django.po
django_comments/locale/zh_TW/LC_MESSAGES/django.mo renamed to django_comments/locale/zh_Hant/LC_MESSAGES/django.mo
django_comments/locale/zh_TW/LC_MESSAGES/django.po renamed to django_comments/locale/zh_Hant/LC_MESSAGES/django.po
0 commit comments