diff options
author | Marius Andreiana <mandreiana@yahoo.com> | 2001-07-11 01:00:43 +0800 |
---|---|---|
committer | Marius Andreiana <mandreiana@src.gnome.org> | 2001-07-11 01:00:43 +0800 |
commit | 05ae8b0d6f2f4edea693d87c5e78ffeb3489f4e7 (patch) | |
tree | 7df6821418bcad372de5115f2e6fade884314c7b /configure.in | |
parent | d079a05d8447522a0aee0fe5ee0c4c0fb125316a (diff) | |
download | gsoc2013-evolution-05ae8b0d6f2f4edea693d87c5e78ffeb3489f4e7.tar.gz gsoc2013-evolution-05ae8b0d6f2f4edea693d87c5e78ffeb3489f4e7.tar.zst gsoc2013-evolution-05ae8b0d6f2f4edea693d87c5e78ffeb3489f4e7.zip |
Added ro (Romanian) to ALL_LINGUAS added
2001-07-10 Marius Andreiana <mandreiana@yahoo.com>
* configure.in: Added ro (Romanian) to ALL_LINGUAS
* po/ro.po: added
svn path=/trunk/; revision=10957
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 0b24585512..3a04d960f5 100644 --- a/configure.in +++ b/configure.in @@ -87,7 +87,7 @@ GNOME_COMPILE_WARNINGS GNOME_X_CHECKS EVO_CHECK_LIB(gnome-libs, gnome, 1.2.9) -ALL_LINGUAS="az 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" +ALL_LINGUAS="az ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk" AM_GNOME_GETTEXT localedir='$(prefix)/$(DATADIRNAME)/locale' AC_SUBST(localedir) |