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

@ -43,5 +43,6 @@ export default [
,
],
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], 'Ksh', 'Shilingi ya Kenya', plural
['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], 'Ksh', 'Shilingi ya Kenya',
{'JPY': ['JP¥', '¥'], 'KES': ['Ksh'], 'USD': ['US$', '$']}, plural
];