gcompris r3356 - in branches/gcomprixogoo: . boards/flags po src/drawnumber-activity src/gcompris
- From: bcoudoin svn gnome org
- To: svn-commits-list gnome org
- Subject: gcompris r3356 - in branches/gcomprixogoo: . boards/flags po src/drawnumber-activity src/gcompris
- Date: Sun, 6 Apr 2008 17:41:19 +0100 (BST)
Author: bcoudoin
Date: Sun Apr 6 17:41:18 2008
New Revision: 3356
URL: http://svn.gnome.org/viewvc/gcompris?rev=3356&view=rev
Log:
Added support for Persan by Ehsan Nouri
(commit trunk 3352)
Added:
branches/gcomprixogoo/boards/flags/fa.png
- copied unchanged from r3353, /trunk/boards/flags/fa.png
branches/gcomprixogoo/po/fa.po
- copied unchanged from r3353, /trunk/po/fa.po
Modified:
branches/gcomprixogoo/ChangeLog
branches/gcomprixogoo/po/ChangeLog
branches/gcomprixogoo/src/drawnumber-activity/clickanddraw.py
branches/gcomprixogoo/src/drawnumber-activity/drawnumber.py
branches/gcomprixogoo/src/gcompris/config.c
Modified: branches/gcomprixogoo/src/drawnumber-activity/clickanddraw.py
==============================================================================
--- branches/gcomprixogoo/src/drawnumber-activity/clickanddraw.py (original)
+++ branches/gcomprixogoo/src/drawnumber-activity/clickanddraw.py Sun Apr 6 17:41:18 2008
@@ -114,7 +114,7 @@
self.gamewon = 1
self.timeout = gobject.timeout_add(1500, self.lauch_bonus) # The level is complete -> Bonus display
- else : # Action to execute if the selected point isn't the last one of this level
+ else : # Action to execute if the selected point isn''t the last one of this level
# Set color in blue to next point. Too easy ???
self.POINT[(idpt+1)].set_properties(fill_color_rgba=0x003DF5D0)
self.actu = self.actu+1 #self.actu update to set it at actual value of selected point
Modified: branches/gcomprixogoo/src/drawnumber-activity/drawnumber.py
==============================================================================
--- branches/gcomprixogoo/src/drawnumber-activity/drawnumber.py (original)
+++ branches/gcomprixogoo/src/drawnumber-activity/drawnumber.py Sun Apr 6 17:41:18 2008
@@ -204,7 +204,7 @@
self.gamewon = 1
self.timeout = gobject.timeout_add(1500, self.lauch_bonus) # The level is complete -> Bonus display
- else : #Action to execute if the selected point isn't the last one of this level
+ else : #Action to execute if the selected point isn''t the last one of this level
#Set color in blue to next point. Too easy ???
#self.POINT[(idpt+1)].set_properties(fill_color_rgba=0x003DF5F0)
self.actu=self.actu+1 #self.actu update to set it at actual value of selected point
Modified: branches/gcomprixogoo/src/gcompris/config.c
==============================================================================
--- branches/gcomprixogoo/src/gcompris/config.c (original)
+++ branches/gcomprixogoo/src/gcompris/config.c Sun Apr 6 17:41:18 2008
@@ -72,6 +72,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]