Merge pull request #5640 from turt2live/travis/granular-language

Exclude the default language on page load
This commit is contained in:
Matthew Hodgson
2017-11-18 12:25:50 +00:00
committed by GitHub

View File

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