projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
switch language in User Preference's System page. with some known switch failure...
[blender.git]
/
po
/
update_po.py
diff --git
a/po/update_po.py
b/po/update_po.py
index 640b3a5f2d27e81237ecedc92df833023c72b7f6..c01c4bdc32d98387127c85888ef1f1a57322bfba 100755
(executable)
--- 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: