[gyrus] Add po/LINGUAS



commit f89b215ee2dc15049b5f55dc3a83e21035bdd5e0
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Sun Dec 26 13:30:23 2010 +0200

    Add po/LINGUAS
    
    Also bump intltool requirement to 0.40.0

 autogen.sh   |    1 +
 configure.in |    4 +---
 po/LINGUAS   |   25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index f5586a6..6aa36aa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,4 +19,5 @@ which gnome-autogen.sh || {
     echo "http://ftp.gnome.org/pub/GNOME/sources/gnome-common/";
     exit 1
 }
+REQUIRED_INTLTOOL_VERSION=0.40.0
 REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.in b/configure.in
index d98f608..6b0a0db 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ AM_MAINTAINER_MODE
 AC_CONFIG_HEADERS([config.h])
 
 dnl check for programs
-AC_PROG_INTLTOOL([0.23])
+IT_PROG_INTLTOOL([0.40.0])
 AC_ISC_POSIX
 AC_PROG_CC
 AM_PROG_CC_STDC
@@ -63,8 +63,6 @@ GETTEXT_PACKAGE=gyrus
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext translation domain])
 
-dnl Add the languages which your application supports here.
-ALL_LINGUAS="ar ca cs da de dz en_CA en_GB es fi fr gl hu nb nl oc pl pt_BR sl sv uk vi zh_CN"
 AM_GLIB_GNU_GETTEXT
 
 AC_OUTPUT([
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..5e5fabe
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,25 @@
+# please keep this list sorted alphabetically
+#
+ar
+ca
+cs
+da
+de
+dz
+en_CA
+en_GB
+es
+fi
+fr
+gl
+hu
+nb
+nl
+oc
+pl
+pt_BR
+sl
+sv
+uk
+vi
+zh_CN



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]