added translations

This commit is contained in:
fschade
2026-07-29 11:34:28 +02:00
parent d370249649
commit 2a6f2b0e52
33 changed files with 1540 additions and 205 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ func _ready() -> void:
func set_question() -> void:
# Set texts
var full_question_text = question + "\na) "+answer_0+ "\nb) "+answer_1+ "\nc) "+answer_2+ "\nd) "+answer_3 + "\n"
var full_question_text = tr(question) + "\na) "+tr(answer_0)+ "\nb) "+tr(answer_1)+ "\nc) "+tr(answer_2)+ "\nd) "+tr(answer_3) + "\n"
question_label.text = full_question_text
question_panel.visible = true