- 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
791 B
JSON
25 lines
791 B
JSON
{
|
|
"minutes_plural" : "$0 minutes",
|
|
"minutes_singular" : "$0 minute",
|
|
"seconds_plural" : "$0 secondes",
|
|
"seconds_singular" : "$0 seconde",
|
|
"input_button_a": "le bouton A",
|
|
"input_button_b": "le bouton B",
|
|
"input_button_c": "le bouton C",
|
|
"input_button_l": "le bouton L",
|
|
"input_button_r": "le bouton R",
|
|
"input_button_z": "le bouton Z",
|
|
"input_button_c_up": "C Haut",
|
|
"input_button_c_down": "C Bas",
|
|
"input_button_c_left": "C Gauche",
|
|
"input_button_c_right": "C Droit",
|
|
"input_analog_stick": "le Stick Analogique",
|
|
"input_d_pad": "D-Pad",
|
|
"input_d_pad_up": "D-Pad Haut",
|
|
"input_d_pad_down": "D-Pad Bas",
|
|
"input_d_pad_left": "D-Pad Gauche",
|
|
"input_d_pad_right": "D-Pad Droit",
|
|
"yes": "Oui",
|
|
"no": "Non"
|
|
}
|