feat(locale): configure Chinese (zh) localization for client and align with 40250 server
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user