Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2017-11-18 12:25:54 +00:00
commit 1b24e643de

View file

@ -370,7 +370,7 @@ async function loadApp() {
} }
async function loadLanguage() { async function loadLanguage() {
const prefLang = SettingsStore.getValue("language"); const prefLang = SettingsStore.getValue("language", null, /*excludeDefault=*/true);
let langs = []; let langs = [];
if (!prefLang) { if (!prefLang) {