Update 62000-spell_check.py
This commit is contained in:
		@@ -28,6 +28,9 @@ class command():
 | 
			
		||||
        return 'No Description found'
 | 
			
		||||
      
 | 
			
		||||
    def updateSpellLanguage(self):  
 | 
			
		||||
        if not initialized:
 | 
			
		||||
           self.env['runtime']['outputManager'].presentText('pychant is not installed', interrupt=True) 
 | 
			
		||||
           return
 | 
			
		||||
        self.spellChecker = enchant.Dict(self.env['runtime']['settingsManager'].getSetting('general', 'spellCheckLanguage'))
 | 
			
		||||
        self.language = self.env['runtime']['settingsManager'].getSetting('general', 'spellCheckLanguage')      
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user