This commit is contained in:
iceman1001 2024-03-16 19:56:27 +01:00
commit 59bc927698
4 changed files with 40 additions and 38 deletions

View file

@ -194,8 +194,10 @@ static const char* get_quote(void) {
uint8_t lang = detect_current_lang(); uint8_t lang = detect_current_lang();
switch (lang) { switch (lang) {
case 2: return quotes_fr[r]; case 2:
case 3: return quotes_es[r]; return quotes_fr[r];
case 3:
return quotes_es[r];
case 1: case 1:
default: default:
return quotes_en[r]; return quotes_en[r];

View file

@ -12568,6 +12568,6 @@
"metadata": { "metadata": {
"commands_extracted": 725, "commands_extracted": 725,
"extracted_by": "PM3Help2JSON v1.00", "extracted_by": "PM3Help2JSON v1.00",
"extracted_on": "2024-03-14T10:14:29" "extracted_on": "2024-03-16T18:47:48"
} }
} }