mirror of https://gitlab.com/bashrc2/epicyon
Sequence
parent
3b1547d894
commit
b9d18c6b8f
|
@ -83,9 +83,9 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
|
||||||
"Tor": "Toor",
|
"Tor": "Toor",
|
||||||
"🤔": ". " + translate["thinking emoji"],
|
"🤔": ". " + translate["thinking emoji"],
|
||||||
"RT @": "Re-Tweet ",
|
"RT @": "Re-Tweet ",
|
||||||
"#": translate["hashtag"] + ' ',
|
|
||||||
"#nowplaying": translate["hashtag"] + " now-playing",
|
"#nowplaying": translate["hashtag"] + " now-playing",
|
||||||
"#NowPlaying": translate["hashtag"] + " now-playing",
|
"#NowPlaying": translate["hashtag"] + " now-playing",
|
||||||
|
"#": translate["hashtag"] + ' ',
|
||||||
":D": '. ' + translate["laughing"],
|
":D": '. ' + translate["laughing"],
|
||||||
":-D": '. ' + translate["laughing"],
|
":-D": '. ' + translate["laughing"],
|
||||||
":)": '. ' + translate["smile"],
|
":)": '. ' + translate["smile"],
|
||||||
|
|
Loading…
Reference in New Issue