diff options
author | Mugurel Tudor <mugurelu@go.ro> | 2004-03-21 16:25:47 +0000 |
---|---|---|
committer | Mugurel Tudor <mugurelu@src.gnome.org> | 2004-03-21 16:25:47 +0000 |
commit | d708dcd010f6fd5d93abbc461f96dd403473a3dc (patch) | |
tree | f3551e29b5f7392032e98381f94762633023f8cd /configure.in | |
parent | Removed "en_CA" because the po/en_CA.po is missing. (diff) | |
download | zenity-d708dcd010f6fd5d93abbc461f96dd403473a3dc.tar.gz zenity-d708dcd010f6fd5d93abbc461f96dd403473a3dc.tar.bz2 zenity-d708dcd010f6fd5d93abbc461f96dd403473a3dc.zip |
Added "ro" to ALL_LINGUAS
2004-03-21 Mugurel Tudor <mugurelu@go.ro>
* configure.in: Added "ro" to ALL_LINGUAS
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 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 |