fix language
This commit is contained in:
parent
f01d9d56ad
commit
aefa586335
@ -9,7 +9,7 @@ class GameDataManager {
|
|||||||
this.enemies = new Map();
|
this.enemies = new Map();
|
||||||
this.translations = {};
|
this.translations = {};
|
||||||
this.manifest = {};
|
this.manifest = {};
|
||||||
this.currentLang = localStorage.getItem("selected_lang") || "en_us";
|
this.currentLang = localStorage.getItem("selected_lang") || "en_US";
|
||||||
this.isLoaded = false;
|
this.isLoaded = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user