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
@@ -36,4 +36,4 @@ func _on_wrong_button_toggled(toggled_on: bool) -> void:
missing_btns = NR_CORRECT_BTNS - correct_buttons_pressed
func change_hint() -> void:
$Panel/Panel/Label/missing.text = "[noch " + str(missing_btns) + "]"
$Panel/Panel/Label/missing.text = tr("KEYPAD_MISSING") % str(missing_btns)