Commit 2f77e611 by Daniel Lizardo Committed by GitHub

Currency: add Philippine peso currency (PHP) (#28823)

parent 9dd37f1e
......@@ -128,6 +128,7 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Indian Rupee (₹)', id: 'currencyINR', fn: currency('₹') },
{ name: 'South Korean Won (₩)', id: 'currencyKRW', fn: currency('₩') },
{ name: 'Indonesian Rupiah (Rp)', id: 'currencyIDR', fn: currency('Rp') },
{ name: 'Philippine Peso (PHP)', id: 'currencyPHP', fn: currency('PHP') },
],
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment