Skip to content

Voice Directions translations guide

Vladimir Byko-Ianko edited this page Mar 9, 2016 · 13 revisions

Changing voice directions translations

This article describe how to edit translations for voice directions.

Abstract. MAPS.ME uses for voice direction guidance TTS (Text To Speech) subsystems of iOS and Android. So to change voice direction guidance it's enough to change its translation in a text file and regenerate some other files.

How to create PR with improved voice directions translations?

If you want to improve voice directions translations you need:

  1. Edit https://github.com/mapsme/omim/tree/master/sound/tts/sound.csv file
  2. Generate some files by running https://github.com/mapsme/omim/tree/master/tools/sound/generate_sound_localizations.sh
  3. Check that everything's works correctly
  4. Create a PR with 3 commits: (a) sound.csv (b) sound.txt (c) the other files (It should be some json files)
Clone this wiki locally