Re-enable Esperento support after a large review (8% to 99%)

This commit is contained in:
Jérôme Rapinat 2014-10-21 15:23:27 +02:00
parent 4a64d306cc
commit 1ac41d1287

View File

@ -49,7 +49,7 @@ import io
from gramps.version import VERSION
import unittest
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr',
ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'eo', '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')