Add Greek translation (contribution by Zissis Papadopoulos)

svn: r20543
This commit is contained in:
Jérôme Rapinat 2012-10-08 20:01:16 +00:00
parent 1d3a4efc89
commit 0ccc4e1b09
3 changed files with 31491 additions and 1 deletions

View File

@ -53,6 +53,7 @@ _LANG_MAP = {
"cs" : _("Czech"),
"da" : _("Danish"),
"de" : _("German"),
"el" : _("Greek"),
"en" : _("English"),
"eo" : _("Esperanto"),
"es" : _("Spanish"),

31489
po/el.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@ import commands
from stat import ST_MODE
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',
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')
INTLTOOL_FILES = ('gramps/data/tips.xml', 'gramps/plugins/lib/holidays.xml')