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



commit 46c8e1da3ae448aa3eadc593c2b984bb7464b0c9
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.

 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 -
 6 files changed, 3 insertions(+), 5715 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2d87f91..247c8d9 100644
--- a/configure.in
+++ b/configure.in
@@ -184,7 +184,7 @@ AC_SUBST(REBUILD)
 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 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 uk ur 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 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 uk ur 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 168e428..27f078f 100755
--- a/src/bundleit.sh
+++ b/src/bundleit.sh
@@ -20,7 +20,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
@@ -33,6 +32,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 321f9eb..0b61e85 100644
--- a/src/gcompris/config.c
+++ b/src/gcompris/config.c
@@ -60,7 +60,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]