Extra string conversions

main
Bob Mottram 2021-03-04 11:51:30 +00:00
parent 796262427a
commit b6a841e8be
1 changed files with 5 additions and 0 deletions

View File

@ -81,7 +81,12 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
"XMPP": "X-M-P-P",
"xmpp": "X-M-P-P",
"sql": "S-Q-L",
"PSQL": "Postgres S-Q-L",
"SQL": "S-Q-L",
"KMail": "K-Mail",
"gmail": "G-mail",
"Gmail": "G-mail",
"OpenPGP": "Open P-G-P",
"Tor": "Toor",
"🤔": ". " + translate["thinking emoji"],
"RT @": "Re-Tweet ",