fix language

This commit is contained in:
MaksSlyzar 2026-03-29 10:29:34 +03:00
parent f01d9d56ad
commit aefa586335

View File

@ -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;
} }