enable preliminary Tamil translation
This commit is contained in:
parent
d7b409ccec
commit
0919763f15
@ -102,6 +102,7 @@ _LOCALE_NAMES = {
|
|||||||
'sq': ('Albanian_Albania', '1250', _("Albanian")),
|
'sq': ('Albanian_Albania', '1250', _("Albanian")),
|
||||||
'sr': ('Serbian(Cyrillic)_Serbia and Montenegro', '1251', _("Serbian")),
|
'sr': ('Serbian(Cyrillic)_Serbia and Montenegro', '1251', _("Serbian")),
|
||||||
'sv': ('Swedish_Sweden', '1252', _("Swedish")),
|
'sv': ('Swedish_Sweden', '1252', _("Swedish")),
|
||||||
|
'ta': (None, None, _("Tamil")), # Windows has no codepage for Tamil
|
||||||
'tr': ('Turkish_Turkey', '1254', _("Turkish")),
|
'tr': ('Turkish_Turkey', '1254', _("Turkish")),
|
||||||
'uk': ('Ukrainian_Ukraine', '1251', _("Ukrainian")),
|
'uk': ('Ukrainian_Ukraine', '1251', _("Ukrainian")),
|
||||||
'vi': ('Vietnamese_Vietnam', '1258', _("Vietnamese")),
|
'vi': ('Vietnamese_Vietnam', '1258', _("Vietnamese")),
|
||||||
@ -111,7 +112,7 @@ _LOCALE_NAMES = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# locales with less than 70% currently translated
|
# locales with less than 70% currently translated
|
||||||
INCOMPLETE_TRANSLATIONS = ('ar', 'bg', 'he', 'ja', 'sq', 'tr')
|
INCOMPLETE_TRANSLATIONS = ('ar', 'bg', 'he', 'ja', 'sq', 'ta', 'tr')
|
||||||
|
|
||||||
def _check_mswin_locale(locale):
|
def _check_mswin_locale(locale):
|
||||||
msloc = None
|
msloc = None
|
||||||
|
2
setup.py
2
setup.py
@ -51,7 +51,7 @@ import argparse
|
|||||||
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB',
|
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB',
|
||||||
'eo', 'es', 'fi', 'fr', 'he', 'hr', 'hu', 'is', 'it',
|
'eo', 'es', 'fi', 'fr', 'he', 'hr', 'hu', 'is', 'it',
|
||||||
'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR', 'pt_PT',
|
'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR', 'pt_PT',
|
||||||
'ru', 'sk', 'sl', 'sq', 'sr', 'sv', 'tr', 'uk', 'vi',
|
'ru', 'sk', 'sl', 'sq', 'sr', 'sv', 'ta', 'tr', 'uk', 'vi',
|
||||||
'zh_CN', 'zh_HK', 'zh_TW')
|
'zh_CN', 'zh_HK', 'zh_TW')
|
||||||
_FILES = ('data/tips.xml', 'data/holidays.xml')
|
_FILES = ('data/tips.xml', 'data/holidays.xml')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user