summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbubulle@debian.org <>2006-05-10 20:28:57 +0200
committerbubulle@debian.org <>2006-05-10 20:28:57 +0200
commit42702ee66834bee62163c623abd8206454786dbb (patch)
treeba092747587266c74af73bf26950a250ebfd9443 /configure.in
parentfa7733bcf513215a5e8cbd6d9be3d867444b5f1e (diff)
Add all languages but Hebrew (on purpose) to configure.in
Closes: #360262
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)