mirror of https://gitlab.com/bashrc2/epicyon
Convert to single quotes
parent
befa64345c
commit
ea41c27d90
|
@ -109,6 +109,7 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
|
||||||
":-(": '. ' + translate["sad face"],
|
":-(": '. ' + translate["sad face"],
|
||||||
";-)": '. ' + translate["wink"],
|
";-)": '. ' + translate["wink"],
|
||||||
"?": "? ",
|
"?": "? ",
|
||||||
|
'"': "'",
|
||||||
"*": "",
|
"*": "",
|
||||||
"(": ",",
|
"(": ",",
|
||||||
")": ","
|
")": ","
|
||||||
|
|
Loading…
Reference in New Issue