ValueFormats: Add Uruguay peso currency (#88260)

This commit is contained in:
Luis Felipe Dominguez Vega
2024-05-27 11:45:37 +01:00
committed by GitHub
parent 2b54ce6c51
commit 4248ff4688
@@ -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') },
],
},
{