diff options
author | Arafat Medini <lumina@silverpen.de> | 2003-12-20 16:07:43 +0000 |
---|---|---|
committer | Arafat Medini <arafatmedini@src.gnome.org> | 2003-12-20 16:07:43 +0000 |
commit | 95b0ee480e2e7d6e6029dd9382076c2adcb6ebd9 (patch) | |
tree | 6bcee92a18222f0085fc2d909032ef99d08df820 /configure.in | |
parent | 4be245a26ae5cdf3434131d4fbb18b79e55acc74 (diff) | |
download | metacity-95b0ee480e2e7d6e6029dd9382076c2adcb6ebd9.tar.gz |
Added Arabic translation
2003-12-20 Arafat Medini <lumina@silverpen.de>
* ar.po: Added Arabic translation
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 3540be46..441e83b1 100644 --- a/configure.in +++ b/configure.in @@ -134,7 +134,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 az be bg bn ca cs cy da de el en_GB es fa fi fr ga gl he hi hu id is it ja ko lt lv mk ml mn ms nl nn no pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW" +ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_GB es fa fi fr ga gl he hi hu id is it ja ko lt lv mk ml mn ms nl nn no pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use |