aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e27d7f89..f8d5ee1a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-14 Hasbullah Bin Pit <sebol@ikhlas.com>
+
+ * configure.in(ALL_LINGUAS): Added "ms".
+
2003-04-14 Marco Pesenti Gritti <marco@it.gnome.org>
* data/epiphany.schemas.in:
diff --git a/configure.in b/configure.in
index 511153ec3..742e8593b 100644
--- a/configure.in
+++ b/configure.in
@@ -204,7 +204,7 @@ dnl Internationalization
dnl *******************************
dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ca da de el es fr hu ja ko nl no pl pt pt_BR ru sv tr zh_TW"
+ALL_LINGUAS="am ca da de el es fr hu ja ko nl ms no pl pt pt_BR ru sv tr zh_TW"
GETTEXT_PACKAGE=epiphany-2.0
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")