diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-11 13:42:45 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-11 13:42:45 +0200 |
commit | 49a08bda60f82ad9b9c77013303bb0e092044c22 (patch) | |
tree | 78fa25929e8e05a12a642bb9615457f274579f0d /configure.in | |
parent | 53fc30e68e4d588a6b04f3817044517d565c53dc (diff) | |
parent | 2ce1bd2b043d2dc6aeed5c7acf01ab09ac9428f3 (diff) |
* added bg to 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 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) |