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"],
|
"🤔": ". " + translate["thinking emoji"],
|
||||||
"RT @": "Re-Tweet ",
|
"RT @": "Re-Tweet ",
|
||||||
"#": translate["hashtag"] + ' ',
|
"#": translate["hashtag"] + ' ',
|
||||||
|
"#nowplaying": translate["hashtag"] + " now-playing",
|
||||||
|
"#NowPlaying": translate["hashtag"] + " now-playing",
|
||||||
":D": '. ' + translate["laughing"],
|
":D": '. ' + translate["laughing"],
|
||||||
":-D": '. ' + translate["laughing"],
|
":-D": '. ' + translate["laughing"],
|
||||||
":)": '. ' + translate["smile"],
|
":)": '. ' + translate["smile"],
|
||||||
|
|
Loading…
Reference in New Issue