7573: implement both "traditional" and "simplified" Chinese
(With thanks to YH Tan, who provided the translations for both the date handlers, as well as this early-prototype zh_TW.po)
This commit is contained in:
7
setup.py
7
setup.py
@@ -49,9 +49,10 @@ import io
|
||||
from gramps.version import VERSION
|
||||
import unittest
|
||||
|
||||
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr',
|
||||
'he', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR',
|
||||
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')
|
||||
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es',
|
||||
'fi', 'fr', 'he', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl',
|
||||
'nn', 'pl', 'pt_BR', 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv',
|
||||
'uk', 'vi', 'zh_CN', 'zh_TW')
|
||||
INTLTOOL_FILES = ('data/tips.xml', 'gramps/plugins/lib/holidays.xml')
|
||||
|
||||
server = False
|
||||
|
Reference in New Issue
Block a user