aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-09-05 07:02:58 +0800
committerChristian Persch <chpe@src.gnome.org>2004-09-05 07:02:58 +0800
commit4d237d0cfff2280830211e6760c09e828cb84489 (patch)
tree65fdb3832eee5a8f6ed6fbfd8b0b6d745e609f26
parentd2dab3d0437e1430276a480b2bb8ec6f1e34966d (diff)
downloadgsoc2013-epiphany-4d237d0cfff2280830211e6760c09e828cb84489.tar
gsoc2013-epiphany-4d237d0cfff2280830211e6760c09e828cb84489.tar.gz
gsoc2013-epiphany-4d237d0cfff2280830211e6760c09e828cb84489.tar.bz2
gsoc2013-epiphany-4d237d0cfff2280830211e6760c09e828cb84489.tar.lz
gsoc2013-epiphany-4d237d0cfff2280830211e6760c09e828cb84489.tar.xz
gsoc2013-epiphany-4d237d0cfff2280830211e6760c09e828cb84489.tar.zst
gsoc2013-epiphany-4d237d0cfff2280830211e6760c09e828cb84489.zip
Add "ml" to ALL_LINGUAS.
2004-09-05 Christian Persch <chpe@cvs.gnome.org> * configure.in: Add "ml" to ALL_LINGUAS.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b4d0fb1a4..8cf6490f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-05 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.in:
+
+ Add "ml" to ALL_LINGUAS.
+
2004-08-31 Christian Persch <chpe@cvs.gnome.org>
* embed/print-dialog.c: (sanitize_filename),
diff --git a/configure.in b/configure.in
index eecbc358b..74bb9a63e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([epiphany], [1.2.8.90],
+AC_INIT([epiphany], [1.2.9],
[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany])
GNOME_COMMON_INIT
@@ -237,7 +237,7 @@ dnl Internationalization
dnl *******************************
dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gu he hi hr hu is id it ja ko li lt nl mi mk mn ms nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW"
+ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gu he hi hr hu is id it ja ko li lt nl mi mk ml mn ms nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW"
GETTEXT_PACKAGE=epiphany
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])