Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-09-12 20:44:44 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-09-12 20:44:44 (GMT)
commit7ac66ac5ef28311c19aa03dc4cd18cb991de4170 (patch)
tree84965415eeb9bbaf77b2d1ea8e9c63641b75af1b /docs
parentb9ea5e0797a830663c8048271f22d7126a397197 (diff)
- Added support for Breton by Alan Monfort.
svn path=/trunk/; revision=2995
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/gcompris2spip.pl14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/gcompris2spip.pl b/docs/gcompris2spip.pl
index c431e69..996a2ee 100755
--- a/docs/gcompris2spip.pl
+++ b/docs/gcompris2spip.pl
@@ -44,10 +44,12 @@ use Data::Dumper;
# We do not detect which locale sections are. They are hardcoded here.
my %sections = (
"am", 0,
+ "af", 0,
"ar", 176,
"ar_TN", 0,
"az", 0,
"bg", 0,
+ "br", 195,
"ca", 0,
"cs", 0,
"da", 37,
@@ -97,7 +99,7 @@ my %sections = (
"sq", 0,
"sr", 0,
'sr@Latn', 0,
- "sv", 0,
+ "sv", 208,
"ta", 154,
"th", 0,
"tr", 157,
@@ -110,10 +112,12 @@ my %sections = (
my %rubriques = (
"am", 0,
+ "af", 0,
"ar", 177,
"ar_TN", 0,
"az", 0,
"bg", 0,
+ "br", 199,
"ca", 0,
"cs", 0,
"da", 61,
@@ -163,7 +167,7 @@ my %rubriques = (
"sq", 0,
"sr", 0,
'sr@Latn', 0,
- "sv", 0,
+ "sv", 213,
"ta", 155,
"th", 0,
"tr", 158,
@@ -177,10 +181,12 @@ my %rubriques = (
my %rubriques_all = (
"am", 0,
+ "af", 0,
"ar", 178,
"ar_TN", 0,
"az", 0,
"bg", 0,
+ "br", 200,
"ca", 0,
"cs", 0,
"da", 62,
@@ -222,7 +228,7 @@ my %rubriques_all = (
"pt", 72,
"pt_BR", 143,
"ro", 0,
- "ru", 0,
+ "ru", 163,
"rw", 0,
"sk", 0,
"sl", 0,
@@ -230,7 +236,7 @@ my %rubriques_all = (
"sq", 0,
"sr", 0,
'sr@Latn', 0,
- "sv", 0,
+ "sv", 220,
"ta", 156,
"th", 0,
"tr", 159,