Currency: Added Paraguayan Guaraní (PYG) currency (#81007)

This commit is contained in:
Matías González 2024-01-24 13:08:03 -03:00 committed by GitHub
parent 6fd8898cde
commit bbe74e4b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,6 +145,7 @@ export const getCategories = (scalable = true): ValueFormatCategory[] => [
{ name: 'Malaysian Ringgit (RM)', id: 'currencyMYR', fn: currency('RM') },
{ name: 'CFP franc (XPF)', id: 'currencyXPF', fn: currency('XPF') },
{ name: 'Bulgarian Lev (BGN)', id: 'currencyBGN', fn: currency('BGN') },
{ name: 'Guaraní (₲)', id: 'currencyPYG', fn: currency('₲') },
],
},
{