fix: 恢复多语言包加载以支持游戏本地化

之前多语言包加载被注释掉,导致游戏无法正确加载本地化资源。现在取消注释以恢复多语言功能,确保玩家能看到正确语言的游戏内容。
This commit is contained in:
panw
2026-04-28 16:36:24 +08:00
parent b7bd2c612b
commit aca8e46eaa
3 changed files with 308 additions and 283 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -20,5 +20,7 @@
"role_hp": "生命",
"role_power": "力量",
"role_physical": "体质",
"role_agile": "敏捷"
"role_agile": "敏捷",
"heros": "体质"
}