Revert "feat(currency): Add Vietnamese Dong (VND) currency" (#7100)

* Revert "feat(currency): Add Vietnamese Dong (VND) currency (#6902)"

This reverts commit 7fa9fa900b.

* Add release notes for PR #7100

* Delete 7100.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Julian Dominguez-Schatz
2026-03-01 02:31:29 -05:00
committed by GitHub
parent eabf09587f
commit c5cca67399
3 changed files with 0 additions and 8 deletions

View File

@@ -62,7 +62,6 @@ export function CurrencySettings() {
['UAH', t('Ukrainian Hryvnia')],
['USD', t('US Dollar')],
['UZS', t('Uzbek Soum')],
['VND', t('Vietnamese Dong')],
]),
[t],
);

View File

@@ -62,7 +62,6 @@ export const currencies: Currency[] = [
{ code: 'UAH', name: 'Ukrainian Hryvnia', symbol: '₴', decimalPlaces: 2, numberFormat: 'space-comma', symbolFirst: false },
{ code: 'USD', name: 'US Dollar', symbol: '$', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: true },
{ code: 'UZS', name: 'Uzbek Soum', symbol: 'UZS', decimalPlaces: 2, numberFormat: 'space-comma', symbolFirst: false },
{ code: 'VND', name: 'Vietnamese Dong', symbol: '₫', decimalPlaces: 2, numberFormat: 'dot-comma', symbolFirst: false },
];
export function getCurrency(code: string): Currency {

View File

@@ -1,6 +0,0 @@
---
category: Features
authors: [antran22]
---
Adds Vietnamese Dong (VND) currency