gcompris r3353 - in trunk: . boards/flags po src/gcompris
- From: bcoudoin svn gnome org
- To: svn-commits-list gnome org
- Subject: gcompris r3353 - in trunk: . boards/flags po src/gcompris
- Date: Sun, 6 Apr 2008 16:51:04 +0100 (BST)
Author: bcoudoin
Date: Sun Apr 6 16:51:03 2008
New Revision: 3353
URL: http://svn.gnome.org/viewvc/gcompris?rev=3353&view=rev
Log:
Added support for Persan by Ehsan Nouri
(commit trunk 3352)
Added:
trunk/boards/flags/fa.png (contents, props changed)
trunk/po/fa.po
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/global_win32.mak
trunk/po/ChangeLog
trunk/src/gcompris/config.c
Added: trunk/boards/flags/fa.png
==============================================================================
Binary file. No diff available.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Apr 6 16:51:03 2008
@@ -187,7 +187,7 @@
AC_SUBST(XF86VM_LIBS)
dnl Add the languages which your application supports here.
-ALL_LINGUAS="af 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 ur vi wa zh_CN zh_TW"
+ALL_LINGUAS="af 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: trunk/global_win32.mak
==============================================================================
--- trunk/global_win32.mak (original)
+++ trunk/global_win32.mak Sun Apr 6 16:51:03 2008
@@ -5,6 +5,26 @@
# wide definitions.
#
+#
+# PATHS
+#
+
+INCLUDE_DIR := .
+GTK_TOP := /gtk
+GLIB_TOP := /gtk
+GNUWIN32_TOP := /gtk
+LIBXML2_TOP := /libxml2
+GSTREAMER_TOP := /gtk
+PYTHON_TOP := /Python24
+CAIRO_TOP := /gtk
+CANVAS_TOP := /gnomecanvas
+GCOMPRIS_INSTALL_DIR := $(GCOMPRIS_TOP)/win32-install-dir
+SQLITE_TOP := /sqlite
+GNUCHESS_TOP := /gnuchess
+PYTHON_DLL := /c/WINDOWS/system32/python24.dll
+GNUCAP_TOP := /gnucap
+MAKENSIS := "/c/Program Files/NSIS/makensis.exe"
+
CC = gcc.exe
# Use -g flag when building debug version of Gcompris (including plugins).
@@ -15,7 +35,7 @@
# If not specified, dlls are built with the default base address of 0x10000000.
# When loaded into a process address space a dll will be rebased if its base
-# address colides with the base address of an existing dll. To avoid rebasing
+# address colides with the base address of an existing dll. To avoid rebasing
# we do the following. Rebasing can slow down the load time of dlls and it
# also renders debug info useless.
DLL_LD_FLAGS += -Wl,--enable-auto-image-base
Modified: trunk/src/gcompris/config.c
==============================================================================
--- trunk/src/gcompris/config.c (original)
+++ trunk/src/gcompris/config.c Sun Apr 6 16:51:03 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]