Convert to single quotes

merge-requests/30/head
Bob Mottram 2021-03-04 16:20:24 +00:00
parent befa64345c
commit ea41c27d90
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
":-(": '. ' + translate["sad face"], ":-(": '. ' + translate["sad face"],
";-)": '. ' + translate["wink"], ";-)": '. ' + translate["wink"],
"?": "? ", "?": "? ",
'"': "'",
"*": "", "*": "",
"(": ",", "(": ",",
")": "," ")": ","