diff options
author | Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> | 2001-02-06 03:58:24 +0800 |
---|---|---|
committer | Gustavo M. D. Vieira <gdvieira@src.gnome.org> | 2001-02-06 03:58:24 +0800 |
commit | 5df96e40dc8ec64173e7a008d50bd08a731a3f04 (patch) | |
tree | 51d6aae4cd4d43d1e222aa65f8c6d2f0ff6ca94c /configure.in | |
parent | ddfc033633f5db2c7f2c1a4de179d9029cbf1a6f (diff) | |
download | gsoc2013-evolution-5df96e40dc8ec64173e7a008d50bd08a731a3f04.tar gsoc2013-evolution-5df96e40dc8ec64173e7a008d50bd08a731a3f04.tar.gz gsoc2013-evolution-5df96e40dc8ec64173e7a008d50bd08a731a3f04.tar.bz2 gsoc2013-evolution-5df96e40dc8ec64173e7a008d50bd08a731a3f04.tar.lz gsoc2013-evolution-5df96e40dc8ec64173e7a008d50bd08a731a3f04.tar.xz gsoc2013-evolution-5df96e40dc8ec64173e7a008d50bd08a731a3f04.tar.zst gsoc2013-evolution-5df96e40dc8ec64173e7a008d50bd08a731a3f04.zip |
Added pt_BR to ALL_LINGUAS.
2001-02-05 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
* configure.in (ALL_LINGUAS): Added pt_BR to ALL_LINGUAS.
svn path=/trunk/; revision=7980
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ef7d580b46..7d91368d25 100644 --- a/configure.in +++ b/configure.in @@ -62,7 +62,7 @@ AC_MSG_ERROR(gnome-libs 1.2.9 or higher is required.)]) CFLAGS=$CFLAGS_save LIBS=$LIBS_save -ALL_LINGUAS="ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt ru sk sl sv tr uk" +ALL_LINGUAS="ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ru sk sl sv tr uk" AM_GNOME_GETTEXT localedir='$(prefix)/$(DATADIRNAME)/locale' |