diff --git a/webapp/titanembeds/i18n.py b/webapp/titanembeds/i18n.py index a001a8a..e87ddf5 100644 --- a/webapp/titanembeds/i18n.py +++ b/webapp/titanembeds/i18n.py @@ -17,6 +17,6 @@ LANGUAGES = { 'sv_SE': 'svenska', # Swedish 'th': "ไทย", # Thai 'tr': 'Türk', # Turkish - 'zh_CN': '简体中文', # Chinese Simplified - 'zh_TW': '中国传统的', # Chinese Traditional + 'zh_Hans_CN': '简体中文', # Chinese Simplified + 'zh_Hant_TW': '中国传统的', # Chinese Traditional } \ No newline at end of file diff --git a/webapp/titanembeds/templates/about.html.j2 b/webapp/titanembeds/templates/about.html.j2 index d9c1a22..0fe0cbc 100644 --- a/webapp/titanembeds/templates/about.html.j2 +++ b/webapp/titanembeds/templates/about.html.j2 @@ -387,14 +387,14 @@ We want to see all of our members rise to their potential and find success in th
  • - Chinese Simplified (简体中文) [zh_CN] + Chinese Simplified (简体中文) [zh_Hans_CN]
  • - Chinese Traditional (中国传统的) [zh_TW] + Chinese Traditional (中国传统的) [zh_Hant_TW] diff --git a/webapp/titanembeds/translations/zh_CN/LC_MESSAGES/messages.po b/webapp/titanembeds/translations/zh_Hans_CN/LC_MESSAGES/messages.po similarity index 100% rename from webapp/titanembeds/translations/zh_CN/LC_MESSAGES/messages.po rename to webapp/titanembeds/translations/zh_Hans_CN/LC_MESSAGES/messages.po diff --git a/webapp/titanembeds/translations/zh_TW/LC_MESSAGES/messages.po b/webapp/titanembeds/translations/zh_Hant_TW/LC_MESSAGES/messages.po similarity index 100% rename from webapp/titanembeds/translations/zh_TW/LC_MESSAGES/messages.po rename to webapp/titanembeds/translations/zh_Hant_TW/LC_MESSAGES/messages.po