ValueFormats: Add Uruguay peso currency (#88260)

This commit is contained in:
Luis Felipe Dominguez Vega 2024-05-27 07:45:37 -03:00 committed by GitHub
parent 2b54ce6c51
commit 4248ff4688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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') },
],
},
{