7573: slight tweak to (two zh) [9c8cf2]

This commit is contained in:
Paul Franklin
2014-07-29 19:33:41 -07:00
parent 8312bfa839
commit 5e61827693
2 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,8 @@ import io
from gramps.version import VERSION
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', 'es',
'fi', 'fr', 'he', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl',
'nn', 'pl', 'pt_BR', 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv',