Add partial (30%) Icelandic support
This commit is contained in:
committed by
Jérôme Rapinat
parent
2fd3e42e91
commit
240252292d
2
setup.py
2
setup.py
@@ -52,7 +52,7 @@ import unittest
|
||||
# this list MUST be a subset of _LOCALE_NAMES in gen/utils/grampslocale.py
|
||||
# (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', 'fi', 'fr', 'he', 'hr', 'hu', 'it',
|
||||
'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')
|
||||
|
Reference in New Issue
Block a user