Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-08-01 04:49:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-01 04:49:32 +0300
commit15ce79c680dd63e5d54cc8ec28ad2c4d87a813ac (patch)
tree8032e79feee7ba9edcb3a8ba0cbb4065bb99e1dd /modules/rna_manual_reference.py
parent2fd5239fd8534a31e6262f0935ce6a7960a50d51 (diff)
Update lanuages
Diffstat (limited to 'modules/rna_manual_reference.py')
-rw-r--r--modules/rna_manual_reference.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 990f2b8b..b1af9fae 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -21,8 +21,8 @@ LANG = {
"ko_KR": "ko",
"pt_PT": "pt",
"pt_BR": "pt",
- "zh_CN": "zh.cn",
- "zh_TW": "zh.tw",
+ "zh_CN": "zh-hans",
+ "zh_TW": "zh-hant",
}.get(language)
if LANG is not None: