feat(locale): configure Chinese (zh) localization for client and align with 40250 server

This commit is contained in:
shen
2026-09-19 18:47:00 -07:00
parent f22c0f8e31
commit 4a2b953a4f
315 changed files with 14997 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func _init() -> void:
_mock = "--mock" in OS.get_cmdline_user_args() or "--mock" in OS.get_cmdline_args()
_loc = Locale.new()
_loc.setup(_assets, "en")
_loc.setup(_assets, Locale.get_default_lang())
_audio = Audio.new()
get_root().add_child(_audio)