Now playing

merge-requests/21/head
Bob Mottram 2021-03-03 20:56:35 +00:00
parent 64cee917ad
commit 3b1547d894
1 changed files with 2 additions and 0 deletions

View File

@ -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"],