support Arabic on installation and lang_map (reports)
svn: r22565
This commit is contained in:
parent
d30ade0488
commit
8bbbae41aa
@ -601,6 +601,7 @@ class GrampsLocale(object):
|
||||
_ = self.translation.gettext
|
||||
if not self._lang_map:
|
||||
self._lang_map = {
|
||||
"ar" : _("Arabic"),
|
||||
"bg" : _("Bulgarian"),
|
||||
"ca" : _("Catalan"),
|
||||
"cs" : _("Czech"),
|
||||
|
4
setup.py
4
setup.py
@ -49,8 +49,8 @@ from stat import ST_MODE
|
||||
import io
|
||||
from gramps.version import VERSION
|
||||
|
||||
ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr', 'he',
|
||||
'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR',
|
||||
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')
|
||||
INTLTOOL_FILES = ('data/tips.xml', 'gramps/plugins/lib/holidays.xml')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user