From efdf8733cb3081cd30d629928b44a1bcce7a0743 Mon Sep 17 00:00:00 2001 From: nickpons666 Date: Sat, 28 Mar 2026 16:20:09 -0600 Subject: [PATCH] Fix translation keys and remove duplicates - Add missing BUTTON_CLEAR and BUTTON_DEBUG keys to en_US.json - Add missing BUTTON_CLEAR and BUTTON_DEBUG keys to es_ES.json - Remove duplicate TEXT_PRESS_ANY_BUTTONNOR_MOVE keys from both files - Ensure all LUS_LOC keys have proper translations in both languages - All 6 main translation keys now present in both language files --- languages/en_US.json | 5 +++-- languages/es_ES.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/languages/en_US.json b/languages/en_US.json index c6775fea7..9aaca3370 100644 --- a/languages/en_US.json +++ b/languages/en_US.json @@ -976,7 +976,6 @@ "TEXT_TRIGGER_AXIS_THRESHOLD": "Trigger axis threshold:", "TEXT_SENSITIVITY": "Sensitivity:", "TEXT_DEADZONE": "Deadzone:", - "TEXT_PRESS_ANY_BUTTONNOR_MOVE": "Press any button\\nor move any axis\\nto add rumble device", "TEXT_LED_COLOR": "LED Color:", "WIDGET_CLEAR": "Clear", "WIDGET_SUBMIT": "Submit", @@ -1091,5 +1090,7 @@ "TOOLTIP_HEAT_TIMER_RACE_TIMER": "Heat timer, race timer, etc. Has white font", "TOOLTIP_TIME_IN_SECONDS": "Time, in seconds", "TOOLTIP_TRADE_TIMER_GANON_COLLAPSE": "Trade timer, Ganon collapse timer, etc. Has yellow font", - "TOOLTIP_CURRENTLY_OBTAINED_TRIFORCE_PIECES": "Currently obtained Triforce Pieces. For Triforce Hunt." + "TOOLTIP_CURRENTLY_OBTAINED_TRIFORCE_PIECES": "Currently obtained Triforce Pieces. For Triforce Hunt.", + "BUTTON_CLEAR": "Clear", + "BUTTON_DEBUG": "Debug" } \ No newline at end of file diff --git a/languages/es_ES.json b/languages/es_ES.json index d5ddf2ba1..d665173ae 100644 --- a/languages/es_ES.json +++ b/languages/es_ES.json @@ -984,7 +984,6 @@ "TEXT_TRIGGER_AXIS_THRESHOLD": "Trigger axis threshold:", "TEXT_DEADZONE": "Deadzone:", "WIDGET_CLEAR": "Clear", - "TEXT_PRESS_ANY_BUTTONNOR_MOVE": "Press any button\\nor move any axis\\nto add rumble device", "WIDGET_COPY_TEXT": "Copy text", "TEXT_LED_COLOR": "LED Color:", "WIDGET_RECALIBRATE": "Recalibrate", @@ -1109,5 +1108,7 @@ "TOOLTIP_HEAT_TIMER_RACE_TIMER": "Temporizador de calor, de carrera, etc. Tiene fuente blanca", "TOOLTIP_TIME_IN_SECONDS": "Tiempo, en segundos", "TOOLTIP_TRADE_TIMER_GANON_COLLAPSE": "Temporizador de intercambio, colapso de Ganon, etc. Tiene fuente amarilla", - "TOOLTIP_CURRENTLY_OBTAINED_TRIFORCE_PIECES": "Fragmentos de Trifuerza obtenidos actualmente. Para Caza de la Trifuerza." + "TOOLTIP_CURRENTLY_OBTAINED_TRIFORCE_PIECES": "Fragmentos de Trifuerza obtenidos actualmente. Para Caza de la Trifuerza.", + "BUTTON_CLEAR": "Limpiar", + "BUTTON_DEBUG": "Depurar" } \ No newline at end of file