UI: Fixed Slovenian locale after merge
This commit is contained in:
parent
c910597f62
commit
ba3e779cc0
@ -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'
|
||||
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user