mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* configure.in: Move list of all translations ...
* po/LINGUAS: ... here.
This commit is contained in:
parent
55ccd00c73
commit
b4fda7049e
@ -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
|
||||
|
10
configure.in
10
configure.in
@ -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
3
po/LINGUAS
Normal 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
|
Loading…
Reference in New Issue
Block a user