diff options
author | Evandro Fernandes Giovanini <evandrofg@ig.com.br> | 2003-03-08 15:42:22 +0000 |
---|---|---|
committer | Evandro Fernandes Giovanini <evandrofg@src.gnome.org> | 2003-03-08 15:42:22 +0000 |
commit | aaf773626ebd98d6f71ccc536fd1358eb636bae5 (patch) | |
tree | a33b288f55730894893743f488855a4f28a803de | |
parent | 0bc54d618a1dbb3afbaa0434fa475691aeb10628 (diff) |
Added "pt_BR" (Brazilian Portuguese).
2003-03-08 Evandro Fernandes Giovanini <evandrofg@ig.com.br>
* configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese).
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-03-08 Evandro Fernandes Giovanini <evandrofg@ig.com.br> + + * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese). + 2003-03-07 Glynn Foster <glynn.foster@sun.com> * zenity.spec.in: More updates. diff --git a/configure.in b/configure.in index 8c75248..a6fcdc4 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am cs da de el es ja nl no pl pt sv uk vi zh_TW" +ALL_LINGUAS="am cs da de el es ja nl no pl pt pt_BR sv uk vi zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT |