summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e7244f)
raw | patch | inline | side by side (parent: 4e7244f)
author | Max Kellermann <max@duempel.org> | |
Sun, 4 Jan 2009 11:30:14 +0000 (12:30 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Sun, 4 Jan 2009 11:30:14 +0000 (12:30 +0100) |
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.
http://live.gnome.org/GnomeGoals/PoLinguas
Keep ALL_LINGUAS in configure.ac for now, to preserve compatibility
with older tools.
configure.ac | patch | blob | history | |
po/LINGUAS | [new file with mode: 0644] | patch | blob |
diff --git a/configure.ac b/configure.ac
index 24ed5037ff59d791d6f9cb6ab1e40d2afa4206c7..120ccaf240b492bccb89549a4901df52092a370c 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,10 @@
+da
+de
+es
+fr
+gl
+hu
+no
+ru
+sk
+sv