* configure.in: Move list of all translations ...

* po/LINGUAS: ... here.
This commit is contained in:
Pavel Roskin 2003-02-20 18:35:32 +00:00
parent 55ccd00c73
commit b4fda7049e
3 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-02-20 Pavel Roskin <proski@gnu.org>
* configure.in: Move list of all translations ...
* po/LINGUAS: ... here.
2003-02-18 Pavel Roskin <proski@gnu.org>
* syntax/c.syntax: Highlight C++ comments in preprocessor

View File

@ -70,9 +70,6 @@ no)
esac])
AC_FUNC_MMAP
ALL_LINGUAS="az be bg ca cs da de el es eu fi fr hu it ja ko lv \
nl no pl pt pt_BR ro ru sk sl sv uk ta tr wa zh_CN zh_TW"
dnl
dnl Internationalization
dnl
@ -88,7 +85,12 @@ ALL_DOC_LINGUAS="es hu it pl ru"
DOC_LINGUAS=
if test "x$USE_NLS" = xyes; then
langs="${LINGUAS-$ALL_LINGUAS}"
if test -z "$LINGUAS"; then
langs="`grep -v '^#' $srcdir/po/LINGUAS`"
else
langs="$LINGUAS"
fi
echo srcdir=$srcdir
else
langs=
fi

3
po/LINGUAS Normal file
View File

@ -0,0 +1,3 @@
# List of available translations.
az be bg ca cs da de el es eu fi fr hu it ja ko lv nl no pl pt pt_BR ro
ru sk sl sv uk ta tr wa zh_CN zh_TW