From: Max Kellermann Date: Sun, 4 Jan 2009 11:30:14 +0000 (+0100) Subject: configure.ac: moved ALL_LINGUAS to po/LINGUAS X-Git-Tag: release-0.13~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8cdcfa4d0cf982785434075321f29eae2e1ea627;p=ncmpc.git configure.ac: moved ALL_LINGUAS to po/LINGUAS ALL_LINGUAS is deprecated according to http://live.gnome.org/GnomeGoals/PoLinguas Keep ALL_LINGUAS in configure.ac for now, to preserve compatibility with older tools. --- diff --git a/configure.ac b/configure.ac index 24ed503..120ccaf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl initialize variables dnl ======================================================= dnl i18n -ALL_LINGUAS="es da de fr gl no ru sk sv hu" +ALL_LINGUAS=`grep -v '^\#' po/LINGUAS` set -- $CFLAGS diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..28ed9b5 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,10 @@ +da +de +es +fr +gl +hu +no +ru +sk +sv