This commit is contained in:
kolaente 2021-07-19 11:18:22 +02:00
parent a455fb23d1
commit 46957c389f
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
7 changed files with 16 additions and 16 deletions

View file

@ -41,7 +41,7 @@ export const loadLanguageAsync = lang => {
i18n.setLocaleMessage(lang, messages.default)
loadedLanguages.push(lang)
return setI18nLanguage(lang)
}
},
)
}