merge-requests/30/head
Bob Mottram 2021-03-03 20:59:21 +00:00
parent 3b1547d894
commit b9d18c6b8f
1 changed files with 1 additions and 1 deletions

View File

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