Add Romanian and Moldovan currency (#5688)

* * add Romanian Leu currency

* add Moldovan Leu currency

* Add release note

* * Add release note

* * one line release note

---------

Co-authored-by: biolan <admin@biolan.dev>
This commit is contained in:
biolan
2025-09-05 17:05:56 +03:00
committed by GitHub
parent ed40901534
commit fafcee071d
3 changed files with 10 additions and 0 deletions

View File

@@ -30,8 +30,10 @@ export function CurrencySettings() {
['HKD', t('Hong Kong Dollar')],
['INR', t('Indian Rupee')],
// ['JPY', t('Yen')],
['MDL', t('Moldovan Leu')],
['PHP', t('Philippine Peso')],
['PLN', t('Polish Złoty')],
['RON', t('Romanian Leu')],
['SEK', t('Swedish Krona')],
['SGD', t('Singapore Dollar')],
['TRY', t('Turkish Lira')],

View File

@@ -21,8 +21,10 @@ export const currencies: Currency[] = [
{ code: 'HKD', name: 'Hong Kong Dollar', symbol: 'HK$', decimalPlaces: 2 },
{ code: 'INR', name: 'Indian Rupee', symbol: '₹', decimalPlaces: 2 },
// { code: 'JPY', name: 'Yen', symbol: '¥', decimalPlaces: 0 },
{ code: 'MDL', name: 'Moldovan Leu', symbol: 'L', decimalPlaces: 2 },
{ code: 'PHP', name: 'Philippine Peso', symbol: '₱', decimalPlaces: 2 },
{ code: 'PLN', name: 'Polish Złoty', symbol: 'zł', decimalPlaces: 2 },
{ code: 'RON', name: 'Romanian Leu', symbol: 'lei', decimalPlaces: 2 },
{ code: 'SEK', name: 'Swedish Krona', symbol: 'kr', decimalPlaces: 2 },
{ code: 'SGD', name: 'Singapore Dollar', symbol: 'S$', decimalPlaces: 2 },
{ code: 'TRY', name: 'Turkish Lira', symbol: '₺', decimalPlaces: 2 },

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [biolan]
---
Add Romanian and Moldovan Leu currencies