- Replace 5 hardcoded text strings with LUS_LOC() calls: * ResolutionEditor.cpp: 'Click to resolve' -> BUTTON_CLICK_TO_RESOLVE * ResolutionEditor.cpp: ' ' (space) -> TEXT_SPACE * SohMenuNetwork.cpp: ':' (colon) -> TEXT_COLON (2 instances) * UIWidgets.cpp: '+' (plus) -> TEXT_PLUS - Add new translation keys to both en_US.json and es_ES.json: * BUTTON_CLICK_TO_RESOLVE: 'Click to resolve' / 'Haz clic para resolver' * TEXT_SPACE: ' ' / ' ' * TEXT_COLON: ':' / ':' * TEXT_PLUS: '+' / '+' - All hardcoded UI text now uses localization system - Compilation successful with only minor format warnings This completes the immediate task of eliminating hardcoded text strings.
25 lines
830 B
JSON
25 lines
830 B
JSON
{
|
|
"minutes_plural" : "$0 Minuten",
|
|
"minutes_singular" : "eine Minute",
|
|
"seconds_plural" : "$0 Sekunden",
|
|
"seconds_singular" : "eine Sekunde",
|
|
"input_button_a": "den A-Knopf",
|
|
"input_button_b": "den B-Knopf",
|
|
"input_button_c": "den C-Knopf",
|
|
"input_button_l": "den L-Knopf",
|
|
"input_button_r": "den R-Knopf",
|
|
"input_button_z": "den Z-Knopf",
|
|
"input_button_c_up": "C Oben",
|
|
"input_button_c_down": "C Unten",
|
|
"input_button_c_left": "C Links",
|
|
"input_button_c_right": "C Rechts",
|
|
"input_analog_stick": "den Analog-Stick",
|
|
"input_d_pad": "das Steuerkreuz",
|
|
"input_d_pad_up": "Steuerkreuz Oben",
|
|
"input_d_pad_down": "Steuerkreuz Unten",
|
|
"input_d_pad_left": "Steuerkreuz Links",
|
|
"input_d_pad_right": "Steuerkreuz Rechts",
|
|
"yes": "Ja",
|
|
"no": "Nein"
|
|
}
|