Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-09-17 00:04:40 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-09-17 00:04:40 (GMT)
commitc8a5dd72f172604bf09a9fc66fa1913a188d954c (patch)
treee98b005d0a4887392daa88118a673a3fb95967ca
parentbe590db193dd6148a590e1816c5a8c2c4190fa09 (diff)
Added support for Georgian
-rw-r--r--boards/Makefile.am3
-rw-r--r--boards/flags/gcompris_flags.assetml.in5
-rw-r--r--configure.in2
-rw-r--r--docs/C/gcompris.texi2
-rw-r--r--docs/eu/overview.txt2
-rwxr-xr-xdocs/gcompris2spip.pl3
6 files changed, 13 insertions, 4 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index e865492..a6d5e03 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -101,5 +101,4 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
@INTLTOOL_XML_RULE@
-
-
+CLEANFILES = $(xml_DATA)
diff --git a/boards/flags/gcompris_flags.assetml.in b/boards/flags/gcompris_flags.assetml.in
index f5f6df7..9167d6e 100644
--- a/boards/flags/gcompris_flags.assetml.in
+++ b/boards/flags/gcompris_flags.assetml.in
@@ -115,6 +115,11 @@
<_Credits>All these images taken from GKB Keyboard Switcher applet</_Credits>
<Categories>flags</Categories>
</Asset>
+ <Asset file="ka.png" mimetype="image/png">
+ <_Description>Georgia</_Description>
+ <_Credits>Image taken from http://fr.wikipedia.org</_Credits>
+ <Categories>flags</Categories>
+ </Asset>
<Asset file="mk.png" mimetype="image/png">
<_Description>Macedonian</_Description>
<_Credits>All these images taken from GKB Keyboard Switcher applet</_Credits>
diff --git a/configure.in b/configure.in
index 8257a93..ca87ea1 100644
--- a/configure.in
+++ b/configure.in
@@ -107,7 +107,7 @@ fi
LDFLAGS="${LDFLAGS} ${RANDR_LIBS}"
dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ar az bg ca cs da de el en_CA en_GB es et eu fi fr ga gu he hi hr hu it lt mk ml ms nb ne nl nn pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv tr vi wa zh_CN"
+ALL_LINGUAS="am ar az bg ca cs da de el en_CA en_GB es et eu fi fr ga gu he hi hr hu it ka lt mk ml ms nb ne nl nn pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv tr vi wa zh_CN"
dnl GCompris needs to know which locale are supported
AC_SUBST(ALL_LINGUAS)
diff --git a/docs/C/gcompris.texi b/docs/C/gcompris.texi
index d6957b4..3ca2130 100644
--- a/docs/C/gcompris.texi
+++ b/docs/C/gcompris.texi
@@ -140,7 +140,7 @@ Configure:
@cindex Icon Configure
Display the configuration box for gcompris. Configuration can be done at gcompris level when no boards is selected.
If a board is selected, it can provides configuration options.
-Configuration is persistent and saved in the gnome file in the user home directory under .gnome/gcompris.
+Configuration is persistent and saved in the gnome file in the user home directory under '.gcompris'.
@cindex Configuring GCompris
@end enumerate
diff --git a/docs/eu/overview.txt b/docs/eu/overview.txt
new file mode 100644
index 0000000..3b8cb56
--- /dev/null
+++ b/docs/eu/overview.txt
@@ -0,0 +1,2 @@
+Here a graphic describes how gcompris core and the boards communicate through function call.
+Check the .html documentation to see it.
diff --git a/docs/gcompris2spip.pl b/docs/gcompris2spip.pl
index c6254e7..553bb89 100755
--- a/docs/gcompris2spip.pl
+++ b/docs/gcompris2spip.pl
@@ -63,6 +63,7 @@ my %sections = (
"hr", 0,
"hu", 0,
"it", 60,
+ "ka", 0,
"lt", 0,
"mk", 0,
"ml", 0,
@@ -115,6 +116,7 @@ my %rubriques = (
"hr", 0,
"hu", 0,
"it", 66,
+ "ka", 0,
"lt", 0,
"mk", 0,
"ml", 0,
@@ -168,6 +170,7 @@ my %rubriques_all = (
"hr", 0,
"hu", 0,
"it", 67,
+ "ka", 0,
"lt", 0,
"mk", 0,
"ml", 0,