Fix german being default language

This commit is contained in:
tobspr 2020-06-12 09:03:03 +02:00
parent 7c4008cd94
commit 758fd2866c
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ export function autoDetectLanguageId() {
} else {
logger.warn("Navigator has no languages prop");
}
languages = ["de-De"];
for (let i = 0; i < languages.length; ++i) {
logger.log("Trying to find language target for", languages[i]);