refactor: update locales with extracted currency codes (#32584)
The locale data extraction has been modified to include the default currency code in the generated locale data. This commit updates these generated files accordingly. PR Close #32584
This commit is contained in:

committed by
atscott

parent
ed2f5e0efa
commit
2f31ceca47
@ -42,6 +42,7 @@ export default [
|
||||
['{1} {0}', u, u, u],
|
||||
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
||||
['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'],
|
||||
'KES',
|
||||
'Ksh',
|
||||
'Shilingi ya Kenya',
|
||||
{'JPY': ['JP¥', '¥'], 'KES': ['Ksh'], 'USD': ['US$', '$']},
|
||||
|
Reference in New Issue
Block a user