diff options
author | Danilo Šegan <dsegan@gmx.net> | 2003-05-06 02:17:30 +0000 |
---|---|---|
committer | Danilo Šegan <danilo@src.gnome.org> | 2003-05-06 02:17:30 +0000 |
commit | d93b0d319c88057037aa81b1517b60bf9452be1b (patch) | |
tree | 8e8dcc366743d97067f962876c84fa815e8ef8c4 /configure.in | |
parent | a7c344bbc5a8f00b68a63e0c333c0f10e8d7dede (diff) | |
download | metacity-d93b0d319c88057037aa81b1517b60bf9452be1b.tar.gz |
Added "sr" and "sr@Latn" to ALL_LINGUAS.
2003-05-05 Danilo Šegan <dsegan@gmx.net>
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
* po/sr.po, po/sr@Latn.po: Added Serbian translation by
http://Prevod.org/.
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 556e0a6a..0bcac740 100644 --- a/configure.in +++ b/configure.in @@ -117,7 +117,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 ca cs da de el en_GB es fa fi fr ga gl he hu it ja ko lv mk ml mn ms nl no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW" +ALL_LINGUAS="am az be bg ca cs da de el en_GB es fa fi fr ga gl he hu it ja ko lv mk ml mn ms nl no pl pt pt_BR ro ru sl sk sr sr@Latn sv tr uk vi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use |