Browse Source

UI: Fixed Slovenian locale after merge

pull/3870/head
Vladyslav_Prykhodko 6 years ago
parent
commit
ba3e779cc0
  1. 1
      ui-ngx/src/app/core/translate/translate-default-compiler.ts
  2. 3
      ui-ngx/src/assets/locale/locale.constant-en_US.json
  3. 923
      ui-ngx/src/assets/locale/locale.constant-sl_SI.json

1
ui-ngx/src/app/core/translate/translate-default-compiler.ts

@ -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'

3
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -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"
}
}
}

923
ui-ngx/src/assets/locale/locale.constant-sl_SI.json

File diff suppressed because it is too large
Loading…
Cancel
Save