mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
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:
@@ -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')],
|
||||
|
||||
@@ -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 },
|
||||
|
||||
6
upcoming-release-notes/5688.md
Normal file
6
upcoming-release-notes/5688.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [biolan]
|
||||
---
|
||||
|
||||
Add Romanian and Moldovan Leu currencies
|
||||
Reference in New Issue
Block a user