diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2004-03-21 Danilo Segan <dsegan@gmx.net> + * configure.in: Removed "en_CA" because the po/en_CA.po is missing. + +2004-03-21 Danilo Segan <dsegan@gmx.net> + * help/Makefile.am (SUBDIRS): Add "sr" to SUBDIRS. * configure.in: Add help/sr/Makefile to AC_OUTPUT. diff --git a/configure.in b/configure.in index ba4aa81..39cd8db 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_CA 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 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 |