mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 01:11:40 +03:00
Fix language detection for some browsers
This commit is contained in:
@@ -88,8 +88,6 @@ i18n.loadAppLocale = (language) =>
|
||||
});
|
||||
});
|
||||
|
||||
setDefaultLocale(i18n.language);
|
||||
|
||||
i18n.on('languageChanged', (language) => {
|
||||
setDefaultLocale(language);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user