diff options
author | Roozbeh Pournader <roozbeh@sharif.edu> | 2003-03-10 08:32:03 +0000 |
---|---|---|
committer | Roozbeh Pournader <roozbeh@src.gnome.org> | 2003-03-10 08:32:03 +0000 |
commit | af3b5b77b10a848106603551e3c5bfae6e2f2d85 (patch) | |
tree | e17c1874665e38489e02d6cc74d1aefb28a2e242 /configure.in | |
parent | 5f75334d57e79673f0c67a6170e553f99ff1c0ff (diff) | |
download | metacity-af3b5b77b10a848106603551e3c5bfae6e2f2d85.tar.gz |
Added "fa" to ALL_LINGUAS. Added Persian translation.
2003-03-10 Roozbeh Pournader <roozbeh@sharif.edu>
* configure.in: Added "fa" to ALL_LINGUAS.
* po/fa.po: Added Persian 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 700db1f1..88f6f324 100644 --- a/configure.in +++ b/configure.in @@ -116,7 +116,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 fi fr gl he hu it ja ko lv mk 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 gl he hu it ja ko lv mk mn ms nl no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use |