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:
authorAnkit Jain <radical@corewars.org>2007-06-11 13:56:19 +0400
committerAnkit Jain <radical@corewars.org>2007-06-11 13:56:19 +0400
commitb0269417fb7a4e1fc33b03c02a5eecd6b9db1111 (patch)
tree91ee4fb26b304ebb825c0db43be58e13e3e2e691 /configure.in
parentdce296bb43c89278a1b1c46280bbd9d0f6c102a4 (diff)
* configure.in (ALL_LINGUAS): Added Portuguese (Portugal) translation.
svn path=/trunk/monodevelop/; revision=79161
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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])