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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-07-22 18:14:28 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-07-22 18:14:28 +0400
commit08645d92933c35b936e555ee7fec3f0dce2ad1bf (patch)
tree55eb33e24213a5317922bcfd8f3ab6cb72c6529b /po
parent77926a7f9d7c8f07bc4aa70c48ade0f7927836b4 (diff)
switch language in User Preference's System page. with some known switch failure bugs
Diffstat (limited to 'po')
-rwxr-xr-xpo/update_mo.py3
-rwxr-xr-xpo/update_po.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/po/update_mo.py b/po/update_mo.py
index 840d2ff0fea..e361f70d963 100755
--- a/po/update_mo.py
+++ b/po/update_mo.py
@@ -29,7 +29,8 @@ LANGS = (
"sr",
"sv",
"uk",
- "zh_CN"
+ "zh_CN",
+ "zh_TW"
)
#-o %s.new.po
diff --git a/po/update_po.py b/po/update_po.py
index 640b3a5f2d2..c01c4bdc32d 100755
--- a/po/update_po.py
+++ b/po/update_po.py
@@ -28,7 +28,8 @@ LANGS = (
"sr",
"sv",
"uk",
- "zh_CN"
+ "zh_CN",
+ "zh_TW"
)
#-o %s.new.po
for lang in LANGS: