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 11:05:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-01 11:05:44 +0300
commit8a409b2561ee683ce7c24fb81dc0bb2228996a41 (patch)
tree870e795be200dd250cbbadcda2007c7b4d92541d
parent631fc487f7770074eb6679f4c441d9443c759597 (diff)
Revert "Update lanuages"
This reverts commit 15ce79c680dd63e5d54cc8ec28ad2c4d87a813ac. Turns out URL's stay the same
-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 b1af9fae..990f2b8b 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-hans",
- "zh_TW": "zh-hant",
+ "zh_CN": "zh.cn",
+ "zh_TW": "zh.tw",
}.get(language)
if LANG is not None: