Global fix of ALL_LINGUAS for GNOME 2.2

This commit is contained in:
Kwok-Koon Cheung
2003-01-29 06:50:31 +00:00
parent f91299a487
commit 9d43d5d272
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-01-29 Abel Cheung <maddog@linux.org.hk>
* configure.in: Added ar to ALL_LINGUAS
2003-01-25 Alessio Frusciante <algol@firenze.linux.it> 2003-01-25 Alessio Frusciante <algol@firenze.linux.it>
* configure.in: Added "it" (Italian) to ALL_LINGUAS. * configure.in: Added "it" (Italian) to ALL_LINGUAS.

View File

@@ -286,7 +286,7 @@ AC_FUNC_STRFTIME
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname) AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
dnl ## 'es_ES' is only needed for format numbers different of 'es' dnl ## 'es_ES' is only needed for format numbers different of 'es'
ALL_LINGUAS="am az be bg ca cs da de el es es_ES fi fr ga gl hu it ja ko lv mn ms nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN zh_TW" ALL_LINGUAS="am ar az be bg ca cs da de el es es_ES fi fr ga gl hu it ja ko lv mn ms nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN zh_TW"
GETTEXT_PACKAGE=libgtop-2.0 GETTEXT_PACKAGE=libgtop-2.0
AC_SUBST(GETTEXT_PACKAGE) AC_SUBST(GETTEXT_PACKAGE)