[gcompris] Fixed sr latin translation



commit 44661a1474f2ae5c2ccc948b11b256301dfad0b2
Author: ÐÐÐÐÑ ÐÐÐÐÐÐÑ <gpopac gmail com>
Date:   Thu Sep 29 13:22:49 2011 +0200

    Fixed sr latin translation

 config.h.mingw.in     |    3 ++-
 docs/gcompris2spip.pl |    6 +++---
 src/gcompris/config.c |    4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/config.h.mingw.in b/config.h.mingw.in
index 1de954b..b119428 100644
--- a/config.h.mingw.in
+++ b/config.h.mingw.in
@@ -5,7 +5,8 @@
 #define VERSION "@VERSION@"
 
 /* Supported languages */
-#define ALL_LINGUAS "am ar az bg ca cs da de el en_CA en_GB es et fi fr ga gu he hi hr hu it lt mk ml ms nl nb nn pa pl pt pt_BR ro ru sk sl sq sr sr Latn sv tr wa zh_CN"
+#define ALL_LINGUAS "am ar az bg ca cs da de el en_CA en_GB es et fi fr ga gu he hi hr hu it lt mk ml ms nl nb nn pa pl pt pt_BR ro ru 
+sk sl sq sr sr latin sv tr wa zh_CN"
 
 /* "Enable debug messages." */
 /* #undef DEBUG */
diff --git a/docs/gcompris2spip.pl b/docs/gcompris2spip.pl
index d9c2baa..0272de3 100755
--- a/docs/gcompris2spip.pl
+++ b/docs/gcompris2spip.pl
@@ -98,7 +98,7 @@ my %sections = (
 		"sq", 0,
 		"sr", 0,
 		"sr_ME", 0,
-		'sr Latn', 0,
+		'sr latin', 0,
 		"sv", 208,
 		"ta", 154,
 		"th", 0,
@@ -170,7 +170,7 @@ my %rubriques = (
 		 "sq", 0,
 		 "sr", 0,
 		 "sr_ME", 0,
-		 'sr Latn', 0,
+		 'sr latin', 0,
 		 "sv", 213,
 		 "ta", 155,
 		 "th", 0,
@@ -243,7 +243,7 @@ my %rubriques_all = (
 		 "sq", 0,
 		 "sr", 0,
 		 "sr_ME", 0,
-		 'sr Latn', 0,
+		 'sr latin', 0,
 		 "sv", 220,
 		 "ta", 156,
 		 "th", 0,
diff --git a/src/gcompris/config.c b/src/gcompris/config.c
index ada0d85..200e78d 100644
--- a/src/gcompris/config.c
+++ b/src/gcompris/config.c
@@ -107,8 +107,8 @@ static gchar *linguas[] = {
   "pa_IN.UTF-8",	N_("Punjabi"),
   "ro_RO.UTF-8",	N_("Romanian"),
   "ru_RU.UTF-8",	N_("Russian"),
-  "sr Latn_YU ISO-8859-2",	N_("Serbian (Latin)"),
-  "sr_YU.UTF-8",	N_("Serbian"),
+  "sr latin_RS UTF-8",	N_("Serbian (Latin)"),
+  "sr_RS.UTF-8",	N_("Serbian"),
   "sk_SK.UTF-8",	N_("Slovak"),
   "sl_SI.UTF-8",	N_("Slovenian"),
   "so_SO.UTF-8",	N_("Somali"),



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