Add a space after hashtag

main
Bob Mottram 2021-03-03 20:39:05 +00:00
parent 30e11be0b0
commit d3e97eea85
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
"Tor": "Toor",
"🤔": ". " + translate["thinking emoji"],
"RT @": "Re-Tweet ",
"#": translate["hashtag"],
"#": translate["hashtag"] + ' ',
":D": '. ' + translate["laughing"],
":-D": '. ' + translate["laughing"],
":)": '. ' + translate["smile"],