mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
8e3663d303
|
|
@ -363,6 +363,7 @@ def _showLocalBox(boxName: str,
|
|||
if not index:
|
||||
sayStr = 'You have no ' + boxName + ' posts yet.'
|
||||
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
|
||||
print('')
|
||||
return
|
||||
maxPostIndex = len(index)
|
||||
index.sort(reverse=True)
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str:
|
|||
"SQL": "S-Q-L",
|
||||
"gdpr": "G-D-P-R",
|
||||
"kde": "K-D-E",
|
||||
"AGPL": "Affearo G-P-L",
|
||||
"agpl": "Affearo G-P-L",
|
||||
"GPL": "G-P-L",
|
||||
"gpl": "G-P-L",
|
||||
"coop": "co-op",
|
||||
"KMail": "K-Mail",
|
||||
"kmail": "K-Mail",
|
||||
|
|
|
|||
Loading…
Reference in New Issue