Translations
This commit is contained in:
parent
4c3e35d1fc
commit
b79e87c7ca
30 changed files with 279 additions and 101 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue