aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <timar@gnome.hu>2003-01-12 19:14:14 +0800
committerSzabolcs Ban <bansz@src.gnome.org>2003-01-12 19:14:14 +0800
commitec474aa2c989710ab13aafaca9405f767f759b63 (patch)
treec15506537e05ad85b22dd5e210bd8585b091f3c0
parentf4957ea70e4b4590a118babe01a19bec4c1c0529 (diff)
downloadgsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar
gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.gz
gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.bz2
gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.lz
gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.xz
gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.tar.zst
gsoc2013-epiphany-ec474aa2c989710ab13aafaca9405f767f759b63.zip
Added de, hu and nl to ALL_LINGUAS.
2003-01-12 Andras Timar <timar@gnome.hu> * configure.in: Added de, hu and nl to ALL_LINGUAS.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f85f31849..ea5714f2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-12 Andras Timar <timar@gnome.hu>
+
+ * configure.in: Added de, hu and nl to ALL_LINGUAS.
+
2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
diff --git a/configure.in b/configure.in
index 473c4c327..89a42c323 100644
--- a/configure.in
+++ b/configure.in
@@ -144,7 +144,7 @@ dnl Internationalization
dnl *******************************
dnl Add the languages which your application supports here.
-ALL_LINGUAS="sv"
+ALL_LINGUAS="de hu nl sv"
GETTEXT_PACKAGE=epiphany-2.0
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")