()
| 498 | } |
| 499 | |
| 500 | function earlyGetDefaultLangSetting() { |
| 501 | return Settings.getStoredSettings().defaultLanguage; |
| 502 | } |
| 503 | |
| 504 | function getDefaultLangId(subLangId: LanguageKey | undefined) { |
| 505 | let defaultLangId = subLangId; |
no test coverage detected