update latest currencies

This commit is contained in:
MaysWind
2024-08-02 00:57:23 +08:00
parent 681f888529
commit d3c8a520ca
4 changed files with 25 additions and 28 deletions
+13 -16
View File
@@ -2,6 +2,7 @@ const parentAccountCurrencyPlaceholder = '---';
const defaultCurrencySymbol = '¤';
// ISO 4217
// Reference: https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml
const allCurrencies = {
'AED': { // UAE Dirham
code: 'AED',
@@ -227,10 +228,6 @@ const allCurrencies = {
code: 'HNL',
symbol: 'L'
},
'HRK': { // Kuna
code: 'HRK',
symbol: 'kn'
},
'HTG': { // Gourde
code: 'HTG',
symbol: 'G'
@@ -495,15 +492,11 @@ const allCurrencies = {
code: 'SHP',
symbol: '£'
},
'SLE': { // Leone (new leone)
'SLE': { // Leone
code: 'SLE',
symbol: 'Le'
},
'SLL': { // Leone (old leone)
code: 'SLL',
symbol: 'Le'
},
'SOS': { // Somalian shilling
'SOS': { // Somali Shilling
code: 'SOS',
symbol: 'Sh.So.'
},
@@ -583,17 +576,13 @@ const allCurrencies = {
code: 'UYU',
symbol: '$'
},
'UZS': { // Uzbekistani sum
'UZS': { // Uzbekistan Sum
code: 'UZS'
},
'VED': { // Bolívar Digital
'VED': { // Bolívar Soberano
code: 'VED',
symbol: 'Bs.D'
},
'VEF': { // Bolívar Fuerte
code: 'VEF',
symbol: 'Bs.F'
},
'VES': { // Bolívar Soberano
code: 'VES',
symbol: 'Bs.S'
@@ -623,6 +612,10 @@ const allCurrencies = {
'XPF': { // CFP Franc
code: 'XPF'
},
'XSU': { // Sucre
code: 'XSU',
symbol: 'S/.'
},
'YER': { // Yemeni Rial
code: 'YER',
symbol: 'ر.ي'
@@ -635,6 +628,10 @@ const allCurrencies = {
code: 'ZMW',
symbol: 'K'
},
'ZWG': { // Zimbabwe Gold
code: 'ZWG',
symbol: 'ZiG'
},
'ZWL': { // Zimbabwe Dollar
code: 'ZWL',
symbol: '$'