[l10n] Add LINGUAS

Use the LINGUAS file to generate the contents of the ALL_LINGUAS
variable.
This commit is contained in:
Emmanuele Bassi 2009-06-10 14:23:45 +01:00
parent bd3254c0f8
commit 84d67bf1b3
2 changed files with 2 additions and 1 deletions

View File

@ -755,7 +755,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,
"$GETTEXT_PACKAGE",
[The prefix for our gettext translation domains.])
ALL_LINGUAS=""
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
AM_GLIB_GNU_GETTEXT
GLIB_DEFINE_LOCALEDIR(LOCALEDIR)

1
po/LINGUAS Normal file
View File

@ -0,0 +1 @@
# TRANSLATORS: Please keep this list sorted alphabetically