enable Serbian Cyrillic translation
This commit is contained in:
parent
91c85ee0d0
commit
93744057ad
2
setup.py
2
setup.py
@ -53,7 +53,7 @@ import unittest
|
|||||||
# (that is, if you add a new language here, be sure it's in _LOCALE_NAMES too)
|
# (that is, if you add a new language here, be sure it's in _LOCALE_NAMES too)
|
||||||
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'eo', 'es',
|
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'eo', 'es',
|
||||||
'fi', 'fr', 'he', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl',
|
'fi', 'fr', 'he', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl',
|
||||||
'nn', 'pl', 'pt_BR', 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv',
|
'nn', 'pl', 'pt_BR', 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sr', 'sv',
|
||||||
'uk', 'vi', 'zh_CN', 'zh_TW')
|
'uk', 'vi', 'zh_CN', 'zh_TW')
|
||||||
INTLTOOL_FILES = ('data/tips.xml', 'gramps/plugins/lib/holidays.xml')
|
INTLTOOL_FILES = ('data/tips.xml', 'gramps/plugins/lib/holidays.xml')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user