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
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-09-07 13:59:47 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:05:42 +0300
commit47862030784de7a037f6c72075cc35f93d06d430 (patch)
tree882757032569a4cdd853a33cabd95bae175173e5
parent05f4f11940506e1f3e498c923ce37366f8a915db (diff)
Adding chinese to pyhton script. That means adding columns for zh-Hant and zh-Hans.
-rwxr-xr-xsound/tts/sound_csv_to_sound_txt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/tts/sound_csv_to_sound_txt.py b/sound/tts/sound_csv_to_sound_txt.py
index 0cf8e8f5a6..c50c453aaa 100755
--- a/sound/tts/sound_csv_to_sound_txt.py
+++ b/sound/tts/sound_csv_to_sound_txt.py
@@ -8,7 +8,7 @@ import os.path
ID_COLUMN = 1
MIN_PROCESSED_COLUMN = 2
-MAX_PROCESSED_COLUMN = 29
+MAX_PROCESSED_COLUMN = 31
def parse_args():