Rearrange the LINGUAS as suggested by Frank Ellenberger in the wiki.

And remove the binary message catalog accidentally added in the last commit.
This commit is contained in:
John Ralls 2015-09-19 16:19:00 -07:00
parent 3c3f034393
commit 04a6f4cfc5
2 changed files with 7 additions and 1 deletions

View File

@ -91,7 +91,13 @@ AC_DEFINE_UNQUOTED(GNUCASH_LATEST_STABLE_SERIES, "$GNUCASH_LATEST_STABLE_SERIES"
[Most recent stable GnuCash series])
dnl Set of available languages.
ALL_LINGUAS="ar as bg brx ca cs da de doi el en_GB es_NI es eu fa fi fr gu he hi hu it ja kn ko kok kok@latin ks lt lv mai mni mni@bengali mr nb ne nl pl pt_BR pt ro ru rw sk sr sv ta te tr uk ur vi zh_CN zh_TW"
TP_LINGUAS="az ca cs da eu fa ja nl pt rw sk sr sv tr uk zh_CN"
dnl already marked as external at TP:
GC_LINGUAS="ar bg de el en_GB es fi fr gu he hi hu it kn ko lt lv mr nb ne pl pt_BR ro ru ta te ur vi zh_TW "
dnl not marked or no TP team:
NEW_LINGUAS="as brx doi es_NI kok kok@latin ks mai mni mni@bengali"
ALL_LINGUAS="$TP_LINGUAS $GC_LINGUAS $NEW_LINGUAS"
GETTEXT_PACKAGE=gnucash
AC_SUBST(GETTEXT_PACKAGE)

Binary file not shown.