[l10n] Add LINGUAS
Use the LINGUAS file to generate the contents of the ALL_LINGUAS variable.
This commit is contained in:
parent
bd3254c0f8
commit
84d67bf1b3
@ -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
1
po/LINGUAS
Normal file
@ -0,0 +1 @@
|
||||
# TRANSLATORS: Please keep this list sorted alphabetically
|
Loading…
Reference in New Issue
Block a user