Merge pull request #3870 from vvlladd28/fixed/translate/sl

UI: Fixed Slovenian locale after merge
This commit is contained in:
Igor Kulikov 2020-12-21 09:57:02 +02:00 committed by GitHub
commit 8fe13a2c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 462 additions and 463 deletions

View File

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

View File

@ -2494,7 +2494,8 @@
"ro_RO": "Română", "ro_RO": "Română",
"lv_LV": "Latviešu", "lv_LV": "Latviešu",
"ka_GE": "ქართული", "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