Merge upstream
This commit is contained in:
commit
3358fb7a9b
97 changed files with 3254 additions and 3066 deletions
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
//#region Detect language & fetch translations
|
||||
if (!localStorage.hasOwnProperty('locale')) {
|
||||
if (!localStorage.hasOwn('locale')) {
|
||||
const supportedLangs = LANGS;
|
||||
let lang = localStorage.getItem('lang');
|
||||
if (lang == null || !supportedLangs.includes(lang)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue