gets the raw value fo the setting
(self, key)
| 586 | return {x: wx.Locale.FindLanguageInfo(x) for x in wx.Translations.Get().GetAvailableTranslations(config.CATALOG)} |
| 587 | |
| 588 | def get(self, key): |
| 589 | """gets the raw value fo the setting""" |
| 590 | return self.settings[key] |
| 591 | |
| 592 | def get_eos_locale(self): |
| 593 | """gets the effective value of the setting""" |
nothing calls this directly
no outgoing calls
no test coverage detected