From 42702ee66834bee62163c623abd8206454786dbb Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Wed, 10 May 2006 20:28:57 +0200 Subject: Add all languages but Hebrew (on purpose) to configure.in Closes: #360262 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2c4bbcb6f..f24400ed7 100644 --- a/configure.in +++ b/configure.in @@ -192,7 +192,7 @@ ah_GCC3DEP dnl It used to be that the user could select translations and that could get dnl passed to the makefiles, but now that can only work if you use special dnl gettext approved makefiles, so this feature is unsupported by this. -ALL_LINGUAS="da de en_GB es fr hu it nl no_NO pl pt_BR ru sv zh_TW" +ALL_LINGUAS="bg bs ca cs cy da de el en_GB es eu fi fr gl hu it ja ko nb nl nn pl pt_BR pt ro ru sk sl sv tl vi zn_CN zh_TW" AM_GNU_GETTEXT(external) if test x"$USE_NLS" = "xyes"; then AC_DEFINE(USE_NLS) -- cgit v1.2.3-70-g09d2 From 2ce1bd2b043d2dc6aeed5c7acf01ab09ac9428f3 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Thu, 11 May 2006 11:17:02 +0200 Subject: Add Bulgarian which shoulkd *really* fix #360262 --- po/LINGUAS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/LINGUAS b/po/LINGUAS index 4e753926a..aec84e943 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1 @@ -bs ca cs cy da de el en_GB es eu fi fr gl hu it ja ko nb nl nn pl pt pt_BR ro ru sk sl sv tl vi zh_CN zh_TW +bg bs ca cs cy da de el en_GB es eu fi fr gl hu it ja ko nb nl nn pl pt pt_BR ro ru sk sl sv tl vi zh_CN zh_TW -- cgit v1.2.3-70-g09d2