Fix translation keys and remove duplicates
Some checks failed
generate-builds / generate-soh-otr (push) Has been cancelled
generate-builds / build-macos (push) Has been cancelled
generate-builds / build-linux (push) Has been cancelled
generate-builds / build-windows (push) Has been cancelled

- 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
This commit is contained in:
2026-03-28 16:20:09 -06:00
parent 469553e481
commit efdf8733cb
2 changed files with 6 additions and 4 deletions

View File

@@ -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"
}

View File

@@ -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"
}