diff options
author | Roozbeh Pournader <roozbeh@sharif.edu> | 2004-01-01 23:01:00 +0800 |
---|---|---|
committer | Roozbeh Pournader <roozbeh@src.gnome.org> | 2004-01-01 23:01:00 +0800 |
commit | f14e169e25bc7d85f3cbfc6ca0942c927ab5a729 (patch) | |
tree | 31229085acc526063850d0cdcaf0c53db28f820d /configure.in | |
parent | 487820792d4151d60e0a33a25ee155570e864d04 (diff) | |
download | gsoc2013-epiphany-f14e169e25bc7d85f3cbfc6ca0942c927ab5a729.tar gsoc2013-epiphany-f14e169e25bc7d85f3cbfc6ca0942c927ab5a729.tar.gz gsoc2013-epiphany-f14e169e25bc7d85f3cbfc6ca0942c927ab5a729.tar.bz2 gsoc2013-epiphany-f14e169e25bc7d85f3cbfc6ca0942c927ab5a729.tar.lz gsoc2013-epiphany-f14e169e25bc7d85f3cbfc6ca0942c927ab5a729.tar.xz gsoc2013-epiphany-f14e169e25bc7d85f3cbfc6ca0942c927ab5a729.tar.zst gsoc2013-epiphany-f14e169e25bc7d85f3cbfc6ca0942c927ab5a729.zip |
Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation.
2004-01-01 Roozbeh Pournader <roozbeh@sharif.edu>
* configure.in: Added "fa" (Persian) to ALL_LINGUAS.
* 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 c12e65f1b..d5f6d4286 100644 --- a/configure.in +++ b/configure.in @@ -214,7 +214,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am ar az be ca cs cy da de el en_GB es et fi fr ga hi hu is it ja ko li lt nl mk mn ms no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr vi wa zh_CN zh_TW" +ALL_LINGUAS="am ar az be ca cs cy da de el en_GB es et fa fi fr ga hi hu is it ja ko li lt nl mk mn ms no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr vi wa zh_CN zh_TW" GETTEXT_PACKAGE=epiphany AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) |