Currency: add Vietnamese dong (VND) (#29983)

See http://www.xe.com/symbols.php for currency symbols reference
This commit is contained in:
Khanh Ngo
2020-12-28 08:50:59 +01:00
committed by GitHub
parent 4de784065d
commit 7c3f6937bd
3 changed files with 25 additions and 0 deletions
@@ -436,6 +436,10 @@
{
"text": "Micro Bitcoin (μBTC)",
"value": "currencyμBTC"
},
{
"text": "Vietnamese Dong (VND)",
"value": "currencyVND"
}
],
"text": "currency"
@@ -1535,6 +1539,10 @@
{
"text": "Bitcoin (฿)",
"value": "currencyBTC"
},
{
"text": "Vietnamese Dong (VND)",
"value": "currencyVND"
}
],
"text": "currency"
@@ -2614,6 +2622,10 @@
{
"text": "Bitcoin (฿)",
"value": "currencyBTC"
},
{
"text": "Vietnamese Dong (VND)",
"value": "currencyVND"
}
],
"text": "currency"
@@ -436,6 +436,10 @@
{
"text": "Micro Bitcoin (μBTC)",
"value": "currencyμBTC"
},
{
"text": "Vietnamese Dong (VND)",
"value": "currencyVND"
}
],
"text": "currency"
@@ -1535,6 +1539,10 @@
{
"text": "Bitcoin (฿)",
"value": "currencyBTC"
},
{
"text": "Vietnamese Dong (VND)",
"value": "currencyVND"
}
],
"text": "currency"
@@ -2614,6 +2622,10 @@
{
"text": "Bitcoin (฿)",
"value": "currencyBTC"
},
{
"text": "Vietnamese Dong (VND)",
"value": "currencyVND"
}
],
"text": "currency"
@@ -129,6 +129,7 @@ export const getCategories = (): ValueFormatCategory[] => [
{ 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') },
{ name: 'Vietnamese Dong (VND)', id: 'currencyVND', fn: currency('đ', true) },
],
},
{