fix(common): regenerate i18n locale data files (#21783)

PR Close #21783
This commit is contained in:
Olivier Combe
2018-01-29 21:47:58 +01:00
committed by Miško Hevery
parent 420cc7afc6
commit 0b2f7d13d0
525 changed files with 8020 additions and 622 deletions

View File

@ -52,5 +52,6 @@ export default [
,
],
[',', ' ', ';', '%', '+', '', '×10^', '×', '‰', '∞', '¤¤¤', ':'],
['#,##0.###', '#,##0 %', '#,##0.00 ¤', '#E0'], '€', 'Euro', plural
['#,##0.###', '#,##0 %', '#,##0.00 ¤', '#E0'], '€', 'Euro',
{'JPY': ['JP¥', '¥'], 'USD': ['US$', '$']}, plural
];