diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-03-21 Mugurel Tudor <mugurelu@go.ro> + + * configure.in: Added "ro" to ALL_LINGUAS + 2004-03-21 Danilo Segan <dsegan@gmx.net> * configure.in: Removed "en_CA" because the po/en_CA.po is missing. diff --git a/configure.in b/configure.in index 39cd8db6..b548c4f1 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et eu fa fi fr ga hi hr hu is it ja ko lt ml mn ms ne nl nn no pa pl pt pt_BR ru sk sl sq sr sr@Latn sv ta th uk vi zh_CN zh_TW" +ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et eu fa fi fr ga hi hr hu is it ja ko lt ml mn ms ne nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th uk vi zh_CN zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT |