ValueFormats: Add Uruguay peso currency (#88260)
This commit is contained in:
@@ -147,6 +147,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
{ name: 'CFP franc (XPF)', id: 'currencyXPF', fn: currency('XPF') },
|
||||
{ name: 'Bulgarian Lev (BGN)', id: 'currencyBGN', fn: currency('BGN') },
|
||||
{ name: 'Guaraní (₲)', id: 'currencyPYG', fn: currency('₲') },
|
||||
{ name: 'Uruguay Peso (UYU)', id: 'currencyUYU', fn: currency('UYU') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user