Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion voice/bg/bg_tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function populateDictionary(tts) {
dictionary["back_on_route"] = tts ? "отново сте по маршрута" : "back_on_route.ogg";

// STREET NAME PREPOSITIONS
dictionary["onto"] = tts ? "през " : "onto.ogg";
dictionary["onto"] = tts ? "по " : "on.ogg";
dictionary["on"] = tts ? "по " : "on.ogg"; // is used if you turn together with your current street, i.e. street name does not change.
dictionary["to"] = tts ? "към " : "to.ogg";
dictionary["toward"] = tts ? "по посока на " : "toward.ogg";
Expand Down