added english translation

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-09-10 16:07:35 +02:00
parent d370249649
commit da54636680
46 changed files with 3008 additions and 247 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)