Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2004-11-03 00:52:48 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-11-03 00:52:48 (GMT)
commiteb6a790b4e083939d977cedb8bec8adef4a7bfcd (patch)
treea501da421aa42bd82c3c88b2ca317637ad2ccddb /configure.in
parente6536e3d12d28e20e27789f3c86dfb46940cffc6 (diff)
added ga.png added Continent Capitals added russian removed linguas, moved
* boards/flags/gcompris_flags.assetml.in: added ga.png * boards/geography/board1_0.xml.in: added Continent Capitals * boards/sounds/Makefile.am: added russian * configure.in: removed linguas, moved to po/LINGUAS * gcompris.spec.in: added russian * po/LINGUAS: added * src/gcompris/config.c: added ga locale Irish (Gaelic)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in26
1 files changed, 19 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index efcb754..8f2b991 100644
--- a/configure.in
+++ b/configure.in
@@ -113,13 +113,6 @@ AC_MSG_ERROR([You must have popt 1.5 or newer to compile gcompris.]))
AM_ICONV
-dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ar az ca cs da de el en_CA en_GB es fi fr 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"
-
-dnl GCompris needs to know which locale are supported
-AC_SUBST(ALL_LINGUAS)
-AC_DEFINE_UNQUOTED(ALL_LINGUAS, "${ALL_LINGUAS}", [Supported languages])
-
GETTEXT_PACKAGE=gcompris
AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
@@ -445,6 +438,20 @@ AC_SUBST(VERSION_VOICES_GEOGRAPHY_PT)
VERSION_VOICES_MISC_PT=1.1
AC_SUBST(VERSION_VOICES_MISC_PT)
+# RU
+VERSION_VOICES_ALPHABET_RU=1.0
+AC_SUBST(VERSION_VOICES_ALPHABET_RU)
+
+VERSION_VOICES_COLORS_RU=1.0
+AC_SUBST(VERSION_VOICES_COLORS_RU)
+
+VERSION_VOICES_GEOGRAPHY_RU=1.0
+AC_SUBST(VERSION_VOICES_GEOGRAPHY_RU)
+
+VERSION_VOICES_MISC_RU=1.0
+AC_SUBST(VERSION_VOICES_MISC_RU)
+
+#FLAGS
VERSION_FLAGS=1.6
AC_SUBST(VERSION_FLAGS)
@@ -520,6 +527,11 @@ boards/sounds/pt/alphabet/Makefile
boards/sounds/pt/colors/Makefile
boards/sounds/pt/geography/Makefile
boards/sounds/pt/misc/Makefile
+boards/sounds/ru/Makefile
+boards/sounds/ru/alphabet/Makefile
+boards/sounds/ru/colors/Makefile
+boards/sounds/ru/geography/Makefile
+boards/sounds/ru/misc/Makefile
])
echo ""