Revert some changes to how languages are loaded and remove iso.py

This commit is contained in:
Veronica K. B. Olsen
2021-02-15 16:32:20 +01:00
parent d506cf2d2a
commit dba8865d75
9 changed files with 44 additions and 585 deletions
+1 -8
View File
@@ -599,14 +599,7 @@ class GuiDocEditor(QTextEdit):
theLang = self.theProject.projLang
self.theDict.setLanguage(theLang, self.theProject.projDict)
aLang, aName = self.theDict.describeDict()
self.theParent.statusBar.setLanguage(
aLang,
self.tr("{0} [{1}]").format(
self.mainConf.spellTool.title(),
aName.title())
)
self.theParent.statusBar.setLanguage(theLang)
if not self.bigDoc:
self.spellCheckDocument()