mirror of https://gitlab.com/bashrc2/epicyon
Extra string conversions
parent
796262427a
commit
b6a841e8be
|
@ -81,7 +81,12 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
|
||||||
"XMPP": "X-M-P-P",
|
"XMPP": "X-M-P-P",
|
||||||
"xmpp": "X-M-P-P",
|
"xmpp": "X-M-P-P",
|
||||||
"sql": "S-Q-L",
|
"sql": "S-Q-L",
|
||||||
|
"PSQL": "Postgres S-Q-L",
|
||||||
"SQL": "S-Q-L",
|
"SQL": "S-Q-L",
|
||||||
|
"KMail": "K-Mail",
|
||||||
|
"gmail": "G-mail",
|
||||||
|
"Gmail": "G-mail",
|
||||||
|
"OpenPGP": "Open P-G-P",
|
||||||
"Tor": "Toor",
|
"Tor": "Toor",
|
||||||
"🤔": ". " + translate["thinking emoji"],
|
"🤔": ". " + translate["thinking emoji"],
|
||||||
"RT @": "Re-Tweet ",
|
"RT @": "Re-Tweet ",
|
||||||
|
|
Loading…
Reference in New Issue