first Prototype

This commit is contained in:
Exobyt 2025-08-28 01:55:38 +02:00
parent e11825c698
commit 35ce267482
481 changed files with 17315 additions and 1 deletions

View file

@ -0,0 +1,9 @@
# Auto Translate view for LocalizationEditor : MIT License
# @author Vladimir Petrenko
@tool
extends VBoxContainer
@onready var _translators_ui = $Translators
func set_data(data: LocalizationData) -> void:
_translators_ui.set_data(data)