fix(common): regenerate i18n locale data files (#21783)
PR Close #21783
This commit is contained in:

committed by
Miško Hevery

parent
420cc7afc6
commit
0b2f7d13d0
@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user