Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.translators11
-rwxr-xr-xtools/check_missing_voices.pl2
2 files changed, 7 insertions, 6 deletions
diff --git a/README.translators b/README.translators
index 131d699..54d7ec4 100644
--- a/README.translators
+++ b/README.translators
@@ -30,12 +30,13 @@ Where yy is your target locale.
Note that these words must be choosen to be simple in your language, don't
necessary translate the English.
-A complete voice translation in boards/sounds/yy
+A complete voice translation in boards/voices/yy
It is best to choose somebody that speaks and articulate well your language.
What is great with GCompris is that you can use it to practice a foreign
language.
-Read the file boards/sounds/HOWTO_ENCODE to get more detailed instructions
+Read the file boards/voices/HOWTO_ENCODE to get more detailed instructions
+
+To get the voices, you first need to run the command make update-voices.
+This will grab the voices from the subversion repository and put them
+under boards/voices.
-To check that you completed the translation of all voices and that there are no
-missing files. You can use the tool check_missing_voices.pl located in the tools
-directory. \ No newline at end of file
diff --git a/tools/check_missing_voices.pl b/tools/check_missing_voices.pl
index b10b1fc..612374b 100755
--- a/tools/check_missing_voices.pl
+++ b/tools/check_missing_voices.pl
@@ -18,7 +18,7 @@ if(!defined $ARGV[0])
}
my $TARGET_LOCALE = $ARGV[0];
-my $BASEDIR="./boards/sounds";
+my $BASEDIR="./boards/voices";
# I don't set alphabet dir, it's too locale specific
my @SUBDIRS= qw/geography misc colors/;