Skip to content

Commit

Permalink
Fixed a typo and add Czech
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStets committed Aug 14, 2018
1 parent 5556fc1 commit 574353a
Show file tree
Hide file tree
Showing 15 changed files with 713 additions and 17 deletions.
2 changes: 1 addition & 1 deletion voice/be/be_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
696 changes: 696 additions & 0 deletions voice/cs/voice/cs_tts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion voice/de/de_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ function back_on_route() {
}

function make_ut_wp() {
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
4 changes: 2 additions & 2 deletions voice/en/en_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function distance(dist) {
} else if (dist < 1300) {
return (tts ? Math.round((2*dist/100.0/0.9144)*50).toString() : ogg_dist((2*dist/10.0/0.9144)*10)) + " " + dictionary["yards"];
} else if (dist < 2414) {
return tts ? dictionary["around_1_mile"] : "around_1_mile.ogg";
return dictionary["around_1_mile"];
} else if (dist < 16093) {
return dictionary["around"] + " " + (tts ? Math.round(dist/1609.3).toString() : ogg_dist(dist/1609.3)) + " " + dictionary["miles"];
} else {
Expand Down Expand Up @@ -527,7 +527,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/es/es_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/fr/fr_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/hu/hu_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/it/it_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function back_on_route() {
}

function make_ut_wp() {
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/ja/ja_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
4 changes: 2 additions & 2 deletions voice/nl/nl_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function distance(dist) {
return (tts ? Math.round(dist/1609.3).toString() : ogg_dist(dist/1609.3)) + " " + dictionary["miles"];
}
break;
case "mi/y":
case "mi-y":
if (dist < 17) {
return (tts ? Math.round(dist/0.9144).toString() : ogg_dist(dist/0.9144)) + " " + dictionary["yards"];
} else if (dist < 100) {
Expand Down Expand Up @@ -535,7 +535,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/pl/pl_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/pt/pt_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/ru/ru_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
4 changes: 2 additions & 2 deletions voice/sc/sc_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function distance(dist) {
return (tts ? Math.round(dist/1609.3).toString() : ogg_dist(dist/1609.3)) + " " + dictionary["miles"];
}
break;
case "mi/y":
case "mi-y":
if (dist < 17) {
return (tts ? Math.round(dist/0.9144).toString() : ogg_dist(dist/0.9144)) + " " + dictionary["yards"];
} else if (dist < 100) {
Expand Down Expand Up @@ -530,7 +530,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down
2 changes: 1 addition & 1 deletion voice/zh/zh_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ function back_on_route() {

function make_ut_wp() {
// make_ut_wp -- ["make_uturn_wp"].
return dictionary["make_ut_wp"];
return dictionary["make_uturn_wp"];
}


Expand Down

0 comments on commit 574353a

Please sign in to comment.