1 parent 52b3722 commit 5e6ef6eCopy full SHA for 5e6ef6e
1 file changed
config.py
@@ -212,11 +212,11 @@ def defPaths(customSavePath=None):
212
from service.settings import EOSSettings, LocaleSettings
213
eos.config.settings = EOSSettings.getInstance().EOSSettings # this is kind of confusing, but whatever
214
215
- # set langauge, taking the passed argument or falling back to what's saved in the settings
+ # set language, taking the passed argument or falling back to what's saved in the settings
216
localeSettings = LocaleSettings.getInstance()
217
language = language or localeSettings.get('locale')
218
219
- # sets the lang for eos, using the mapped langauge.
+ # sets the lang for eos, using the mapped language.
220
eos.config.set_lang(localeSettings.get_eos_locale())
221
222
def defLogging():
0 commit comments