Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-03 20:57:00 +00:00
commit d0aa0c9d6b
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"],