Avoid ambiguity

merge-requests/30/head
Bob Mottram 2021-03-04 16:46:21 +00:00
parent ea41c27d90
commit 96c8a64a91
1 changed files with 6 additions and 6 deletions

View File

@ -89,12 +89,12 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
"Gmail": "G-mail", "Gmail": "G-mail",
"OpenPGP": "Open P-G-P", "OpenPGP": "Open P-G-P",
"Tor": "Toor", "Tor": "Toor",
"foss": "free and open source software", " foss ": " free and open source software ",
"floss": "free libre and open source software", " floss ": " free libre and open source software ",
"FOSS": "free and open source software", " FOSS ": "free and open source software",
"FLOSS": "free libre and open source software", " FLOSS ": "free libre and open source software",
"oss": "open source software", " oss ": " open source software ",
"OSS": "open source software", " OSS ": " open source software ",
"🤔": ". " + translate["thinking emoji"], "🤔": ". " + translate["thinking emoji"],
"RT @": "Re-Tweet ", "RT @": "Re-Tweet ",
"#nowplaying": translate["hashtag"] + " now-playing", "#nowplaying": translate["hashtag"] + " now-playing",