mirror of https://gitlab.com/bashrc2/epicyon
Acronyms
parent
7ba3b5bbf6
commit
befa64345c
|
@ -89,6 +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",
|
||||||
|
"floss": "free libre and open source software",
|
||||||
|
"FOSS": "free and open source software",
|
||||||
|
"FLOSS": "free libre and 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",
|
||||||
|
|
Loading…
Reference in New Issue