mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
3144b2bbc8
|
|
@ -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