Add Greek translation (contribution by Zissis Papadopoulos)
svn: r20543
This commit is contained in:
parent
1d3a4efc89
commit
0ccc4e1b09
@ -53,6 +53,7 @@ _LANG_MAP = {
|
|||||||
"cs" : _("Czech"),
|
"cs" : _("Czech"),
|
||||||
"da" : _("Danish"),
|
"da" : _("Danish"),
|
||||||
"de" : _("German"),
|
"de" : _("German"),
|
||||||
|
"el" : _("Greek"),
|
||||||
"en" : _("English"),
|
"en" : _("English"),
|
||||||
"eo" : _("Esperanto"),
|
"eo" : _("Esperanto"),
|
||||||
"es" : _("Spanish"),
|
"es" : _("Spanish"),
|
||||||
|
2
setup.py
2
setup.py
@ -46,7 +46,7 @@ import commands
|
|||||||
from stat import ST_MODE
|
from stat import ST_MODE
|
||||||
|
|
||||||
VERSION = '4.0.0'
|
VERSION = '4.0.0'
|
||||||
ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'en_GB', 'es', 'fi', 'fr', 'he',
|
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',
|
'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR',
|
||||||
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')
|
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')
|
||||||
INTLTOOL_FILES = ('gramps/data/tips.xml', 'gramps/plugins/lib/holidays.xml')
|
INTLTOOL_FILES = ('gramps/data/tips.xml', 'gramps/plugins/lib/holidays.xml')
|
||||||
|
Loading…
Reference in New Issue
Block a user