gcompris r3354 - in branches/GCOMPRIS_8_3: . boards/flags po src/gcompris



Author: bcoudoin
Date: Sun Apr  6 17:32:07 2008
New Revision: 3354
URL: http://svn.gnome.org/viewvc/gcompris?rev=3354&view=rev

Log:
	Added support for Persan by Ehsan Nouri
	(commit trunk 3352)
 +added missing ur (Urdu) locale in configure.in


Added:
   branches/GCOMPRIS_8_3/boards/flags/fa.png
      - copied unchanged from r3353, /trunk/boards/flags/fa.png
   branches/GCOMPRIS_8_3/po/fa.po
      - copied unchanged from r3353, /trunk/po/fa.po
Modified:
   branches/GCOMPRIS_8_3/ChangeLog
   branches/GCOMPRIS_8_3/configure.in
   branches/GCOMPRIS_8_3/po/ChangeLog
   branches/GCOMPRIS_8_3/src/gcompris/config.c

Modified: branches/GCOMPRIS_8_3/configure.in
==============================================================================
--- branches/GCOMPRIS_8_3/configure.in	(original)
+++ branches/GCOMPRIS_8_3/configure.in	Sun Apr  6 17:32:07 2008
@@ -218,7 +218,7 @@
 LDFLAGS="${LDFLAGS} ${XF86VM_LIBS}"
 
 dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ar ar_TN az bg br ca cs da de dz el en_CA en_GB es et eu fi fr ga gl gu he hi hr hu id it ja ka ko lt mk ml mr ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl so sq sr sr Latn sv ta th tr vi wa zh_CN zh_TW"
+ALL_LINGUAS="am ar ar_TN az bg br ca cs da de dz el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id it ja ka ko lt mk ml mr ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl so sq sr sr Latn sv ta th tr ur vi wa zh_CN zh_TW"
 
 dnl GCompris needs to know which locale are supported
 AC_SUBST(ALL_LINGUAS)

Modified: branches/GCOMPRIS_8_3/src/gcompris/config.c
==============================================================================
--- branches/GCOMPRIS_8_3/src/gcompris/config.c	(original)
+++ branches/GCOMPRIS_8_3/src/gcompris/config.c	Sun Apr  6 17:32:07 2008
@@ -74,6 +74,7 @@
   "es_ES.UTF-8", 	N_("Spanish"),
   "eu_ES.UTF-8",	N_("Basque"),
   "dz_BT.UTF-8",	N_("Dzongkha"),
+  "fa_IR.UTF-8", 	N_("Persian"),
   "fi_FI.UTF-8", 	N_("Finnish"),
   "fr_FR.UTF-8", 	N_("French"),
   "ga_IE.UTF-8", 	N_("Irish (Gaelic)"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]