mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
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:
committed by
GitHub
parent
eabf09587f
commit
c5cca67399
@@ -62,7 +62,6 @@ export function CurrencySettings() {
|
||||
['UAH', t('Ukrainian Hryvnia')],
|
||||
['USD', t('US Dollar')],
|
||||
['UZS', t('Uzbek Soum')],
|
||||
['VND', t('Vietnamese Dong')],
|
||||
]),
|
||||
[t],
|
||||
);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Features
|
||||
authors: [antran22]
|
||||
---
|
||||
|
||||
Adds Vietnamese Dong (VND) currency
|
||||
Reference in New Issue
Block a user