diff options
author | Christian Rose <menthos@menthos.com> | 2004-08-17 16:04:33 +0000 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2004-08-17 16:04:33 +0000 |
commit | 2b86bd7a9ea3915038bdc9513267725a486c9ff1 (patch) | |
tree | 2872d08e68d0951fcd2972306dad4d777f003455 /configure.in | |
parent | 4541919fb441dcd65970bb39d6220462b288e574 (diff) | |
download | metacity-2b86bd7a9ea3915038bdc9513267725a486c9ff1.tar.gz |
Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kemal Sanjta
2004-08-17 Christian Rose <menthos@menthos.com>
* configure.in: Added "bs" to ALL_LINGUAS.
* po/bs.po: Added Bosnian translation by
Kemal Sanjta <gomez@lugzdk.ba>.
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 5b1ac36c..597882f6 100644 --- a/configure.in +++ b/configure.in @@ -136,7 +136,7 @@ AC_ARG_ENABLE(shape, [ --disable-shape disable metacity's use ## try definining HAVE_BACKTRACE AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)]) -ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nb nl nn no pa pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW" +ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nb nl nn no pa pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use |