diff --git a/.tx/config b/.tx/config index d0a7d45..53d1ec2 100644 --- a/.tx/config +++ b/.tx/config @@ -1,6 +1,6 @@ [main] host = https://www.transifex.com -lang_map = sr@latin:sr_Latn +lang_map = sr@latin:sr_Latn, zh_CN:zh_Hans, zh_TW:zh_Hant type = PO [django-contrib-comments.main] diff --git a/HISTORY.rst b/HISTORY.rst index e0695d6..5da870a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,8 @@ X.Y.Z (YYYY-MM-DD) ------------------ * Removed support for Python 2. +* Renamed zh_CN to zh_Hans and zh_TW to zh_Hant to match + Django Chinese translations naming. 1.9.2 (2019-12-03) ------------------ diff --git a/django_comments/locale/zh_CN/LC_MESSAGES/django.mo b/django_comments/locale/zh_Hans/LC_MESSAGES/django.mo similarity index 100% rename from django_comments/locale/zh_CN/LC_MESSAGES/django.mo rename to django_comments/locale/zh_Hans/LC_MESSAGES/django.mo diff --git a/django_comments/locale/zh_CN/LC_MESSAGES/django.po b/django_comments/locale/zh_Hans/LC_MESSAGES/django.po similarity index 100% rename from django_comments/locale/zh_CN/LC_MESSAGES/django.po rename to django_comments/locale/zh_Hans/LC_MESSAGES/django.po diff --git a/django_comments/locale/zh_TW/LC_MESSAGES/django.mo b/django_comments/locale/zh_Hant/LC_MESSAGES/django.mo similarity index 100% rename from django_comments/locale/zh_TW/LC_MESSAGES/django.mo rename to django_comments/locale/zh_Hant/LC_MESSAGES/django.mo diff --git a/django_comments/locale/zh_TW/LC_MESSAGES/django.po b/django_comments/locale/zh_Hant/LC_MESSAGES/django.po similarity index 100% rename from django_comments/locale/zh_TW/LC_MESSAGES/django.po rename to django_comments/locale/zh_Hant/LC_MESSAGES/django.po