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
@@ -26,7 +26,7 @@ var _t := 0.0
func _init() -> void:
_assets = AssetRoot.path()
_loc = Locale.new()
_loc.setup(_assets, "en")
_loc.setup(_assets, Locale.get_default_lang())
_audio = Audio.new()
get_root().add_child(_audio)
_audio.setup(_assets)