UI: Fixed Slovenian locale after merge

This commit is contained in:
Vladyslav_Prykhodko 2020-12-19 14:40:36 +02:00
parent c910597f62
commit ba3e779cc0
3 changed files with 462 additions and 463 deletions

View File

@ -65,6 +65,7 @@ export class TranslateDefaultCompiler extends TranslateMessageFormatCompiler {
} catch (e) {
console.warn(`Failed to parse source: ${src}`);
console.error(e);
return false;
}
const res = tokens.filter(
(value) => typeof value !== 'string' && value.type === 'plural'

View File

@ -2494,7 +2494,8 @@
"ro_RO": "Română",
"lv_LV": "Latviešu",
"ka_GE": "ქართული",
"pt_BR": "Português do Brasil"
"pt_BR": "Português do Brasil",
"sl_SI": "Slovenščina"
}
}
}

File diff suppressed because it is too large Load Diff