Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 687ed89f6c..d00a05062d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-11 Ankit Jain <jankit@novell.com>
+
+ * configure.in (ALL_LINGUAS): Added Portuguese (Portugal) translation.
+
2007-06-08 Lluis Sanchez Gual <lluis@novell.com>
Bump version of the package and all add-ins.
diff --git a/configure.in b/configure.in
index 03accc4b97..bef7513e17 100644
--- a/configure.in
+++ b/configure.in
@@ -386,7 +386,7 @@ AC_ARG_ENABLE(update-desktopdb,
AM_CONDITIONAL(ENABLE_UPDATE_DESKTOPDB, test x$enable_update_desktopdb = xyes)
dnl Intl
-ALL_LINGUAS="cs da de es fr ja_JP pt_BR tr pl it zh_TW zh_CN ru sl_SI ca gl"
+ALL_LINGUAS="cs da de es fr ja_JP pt_BR tr pl it zh_TW zh_CN ru sl_SI ca gl pt"
GETTEXT_PACKAGE=monodevelop
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])