Skip to content

Commit

Permalink
Merge pull request #5640 from turt2live/travis/granular-language
Browse files Browse the repository at this point in the history
Exclude the default language on page load
  • Loading branch information
ara4n authored Nov 18, 2017
2 parents 7130f4a + aab044a commit 21d7c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 21d7c4d

Please sign in to comment.