Translations

This commit is contained in:
Rendo 2025-12-17 16:59:21 +05:00
commit b79e87c7ca
30 changed files with 279 additions and 101 deletions

View file

@ -3,8 +3,8 @@ extends RichTextLabel
func _ready() -> void:
AutoUpdate.update_version_text.connect(update_version)
update_version("")
update_version(tr("au_loading"))
func update_version(version: StringName):
text = "Текущая версия игры: " + preload("res://version.tres").version + "\n" + version
text = tr("vr_version") + preload("res://version.tres").version + "\n" + version