Fix language bug again
This commit is contained in:
@ -5,7 +5,7 @@ didAcceptInvitation = localStorage.getItem('registered');
|
||||
|
||||
var currentLang = 'de';
|
||||
console.log(window.navigator.language);
|
||||
if (window.navigator.language.includes('de')) {
|
||||
if (!window.navigator.language.includes('de')) {
|
||||
currentLang = 'en';
|
||||
}
|
||||
function localize() {
|
||||
|
Reference in New Issue
Block a user