7573: implement both "traditional" and "simplfied" Chinese
* Translation revisions and fixes
* Generate zh_TW.po and new zh_HK.po from zh_CN.po
with the help of https://github.com/BYVoid/OpenCC
and a small sed script (see f.r. 7573 for the script)
This commit is contained in:
committed by
Paul Franklin
parent
3d043a7b53
commit
deba8169bb
2
setup.py
2
setup.py
@@ -55,7 +55,7 @@ ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB',
|
||||
'eo', 'es', 'fi', 'fr', 'he', 'hr', 'hu', 'is', 'it',
|
||||
'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR', 'pt_PT',
|
||||
'ru', 'sk', 'sl', 'sq', 'sr', 'sv', 'tr', 'uk', 'vi',
|
||||
'zh_CN', 'zh_TW')
|
||||
'zh_CN', 'zh_HK', 'zh_TW')
|
||||
INTLTOOL_FILES = ('data/tips.xml', 'gramps/plugins/lib/holidays.xml')
|
||||
|
||||
server = False
|
||||
|
||||
Reference in New Issue
Block a user