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