Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2017-06-18 21:15:42 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-06-29 14:06:21 +0300
commit4a4899e5eac2cade6dc9c348fc520d687914eca7 (patch)
treeead63e32f99da4fa436d04c2ab1aa6ea5d32e852 /tools
parent87b4aa5bd4f6a6702724a0a103d982c0f05c2189 (diff)
[tts] Remove languages.hpp generation and move sound.txt to omim/data
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/generate_localizations.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/unix/generate_localizations.sh b/tools/unix/generate_localizations.sh
index ec8e344304..44acf2bb76 100755
--- a/tools/unix/generate_localizations.sh
+++ b/tools/unix/generate_localizations.sh
@@ -11,10 +11,5 @@ $TWINE generate-all-localization-files --format apple "$OMIM_PATH/strings.txt" "
$TWINE generate-all-localization-files --format apple --file-name InfoPlist.strings "$OMIM_PATH/iphone/plist.txt" "$OMIM_PATH/iphone/Maps/LocalizedStrings/"
$TWINE generate-all-localization-files --format jquery "$OMIM_PATH/data/cuisines.txt" "$OMIM_PATH/data/cuisine-strings/"
$TWINE generate-all-localization-files --format jquery "$OMIM_PATH/data/countries_names.txt" "$OMIM_PATH/data/countries-strings/"
+$TWINE generate-all-localization-files --format jquery "$OMIM_PATH/data/sound.txt" "$OMIM_PATH/data/sound-strings/"
#$TWINE generate-all-localization-files --include translated --format tizen "$OMIM_PATH/strings.txt" "$OMIM_PATH/tizen/MapsWithMe/res/" --tags tizen
-
-# Generate sound tts files.
-SOUND_DATA_DIR="$OMIM_PATH/sound/tts"
-LANGUAGES="$OMIM_PATH/tools/python/tts_languages.py"
-python "$LANGUAGES" "$SOUND_DATA_DIR/sound.txt" "$SOUND_DATA_DIR/languages.hpp"
-$TWINE generate-all-localization-files --format jquery "$SOUND_DATA_DIR/sound.txt" "$OMIM_PATH/data/sound-strings/"