[gcompris/gcomprixo] Remove outdated and unmaintataned 'ar_TN' translation, to use the fully translated 'ar' instead.



commit 99275597dac084db6fec4e6bcbb08abd74618987
Author: Khaled Hosny <khaledhosny eglug org>
Date:   Sat Jun 13 20:43:15 2009 +0300

    Remove outdated and unmaintataned 'ar_TN' translation, to use the fully translated 'ar' instead.

 boards/flags/ar_TN.png                             |  Bin 3503 -> 0 bytes
 configure.in                                       |    2 +-
 po/ar_TN.po                                        | 5665 --------------------
 src/bundleit.sh                                    |    3 +-
 src/gcompris/config.c                              |    1 -
 .../resources/wordsgame/Makefile.am                |    1 -
 .../resources/wordsgame/default-ar_TN.xml          |   46 -
 7 files changed, 3 insertions(+), 5715 deletions(-)
---
diff --git a/configure.in b/configure.in
index 5f79f8a..a809c7a 100644
--- a/configure.in
+++ b/configure.in
@@ -157,7 +157,7 @@ AM_ICONV
 LDFLAGS="${LDFLAGS}"
 
 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 vi wa zh_CN zh_TW"
+ALL_LINGUAS="af am ar 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"
 
 dnl GCompris needs to know which locale are supported
 AC_SUBST(ALL_LINGUAS)
diff --git a/src/bundleit.sh b/src/bundleit.sh
index b31331b..d79147e 100755
--- a/src/bundleit.sh
+++ b/src/bundleit.sh
@@ -47,7 +47,6 @@ activitysrc=`basename $1`
 echo "Processing activity $activitysrc"
 if test "$activitysrc" != "draw-activity" && \
     test "$activitysrc" != "anim-activity" && \
-    test "$activitysrc" != "pythontest-activity" && \
     test "$activitysrc" != "electric-activity" ; then
   draw="--exclude resources/skins/gartoon/draw"
 else
@@ -60,6 +59,8 @@ if test "$activitysrc" = "administration-activity" || \
    test "$activitysrc" = "melody-activity" || \
    test "$activitysrc" = "login-activity" || \
    test "$activitysrc" = "gcompris-activity" || \
+   test "$activitysrc" = "pythontest-activity" || \
+   test "$activitysrc" = "pythontemplate-activity" || \
    test "$activitysrc" = "old-gcompris-activity" ; then
   echo "  Skipping it, not relevant for xo or not ready for it."
   exit 0
diff --git a/src/gcompris/config.c b/src/gcompris/config.c
index 52c0a47..11a6252 100644
--- a/src/gcompris/config.c
+++ b/src/gcompris/config.c
@@ -59,7 +59,6 @@ static gchar *linguas[] = {
   "af_ZA.UTF-8", 	N_("Afrikaans"),
   "am_ET.UTF-8", 	N_("Amharic"),
   "ar_AE.UTF-8", 	N_("Arabic"),
-  "ar_TN.UTF-8", 	N_("Arabic (Tunisia)"),
   "az_AZ.UTF-8", 	N_("Turkish (Azerbaijan)"),
   "bg_BG.UTF-8",	N_("Bulgarian"),
   "br_FR.UTF-8",	N_("Breton"),
diff --git a/src/readingh-activity/resources/wordsgame/Makefile.am b/src/readingh-activity/resources/wordsgame/Makefile.am
index f184497..ad8c64e 100644
--- a/src/readingh-activity/resources/wordsgame/Makefile.am
+++ b/src/readingh-activity/resources/wordsgame/Makefile.am
@@ -1,6 +1,5 @@
 imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/wordsgame
 img_DATA = \
-	default-ar_TN.xml \
 	default-ar.xml \
 	default-bg.xml \
 	default-da.xml \



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