correct syntax
This commit is contained in:
parent
bb9d8c912f
commit
2272251e48
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ public class VoiceRouter {
|
|||
if(pn != null) {
|
||||
pn = pn.replace('-', ' ');
|
||||
pn = pn.replace(':', ' ');
|
||||
if (AbstractPrologCommandPlayer.getLanguage != "de"){
|
||||
if (!AbstractPrologCommandPlayer.getLanguage().equals("de")){
|
||||
pn = pn.replace("\u00df", "ss"); // helps non-German tts voices to pronounce German Strasse (=street)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue