Changed all translation to use new TransContext

This commit is contained in:
2025-05-26 08:32:07 -05:00
parent 44dd3b7aa6
commit c1d8dd46d8
14 changed files with 128 additions and 69 deletions

View File

@@ -1,7 +1,4 @@
class_name MainMenuScene extends Node
func _enter_tree() -> void:
pass
# $Control/Label.text = tr("main_menu.label").format({
# inputIcon = "[img=32x32]res://icon.svg[/img]"
# })
pass