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