mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
update currency name
This commit is contained in:
@@ -503,7 +503,7 @@ const allCurrencies = {
|
||||
code: 'SLL',
|
||||
symbol: 'Le'
|
||||
},
|
||||
'SOS': { // Somali Shilling
|
||||
'SOS': { // Somalian shilling
|
||||
code: 'SOS',
|
||||
symbol: 'Sh.So.'
|
||||
},
|
||||
@@ -583,7 +583,7 @@ const allCurrencies = {
|
||||
code: 'UYU',
|
||||
symbol: '$'
|
||||
},
|
||||
'UZS': { // Uzbekistan Sum
|
||||
'UZS': { // Uzbekistani sum
|
||||
code: 'UZS'
|
||||
},
|
||||
'VED': { // Bolívar Digital
|
||||
|
||||
+2
-2
@@ -438,7 +438,7 @@ export default {
|
||||
'SHP': 'Saint Helena pound',
|
||||
'SLE': 'Sierra Leonean leone',
|
||||
'SLL': 'Sierra Leonean leone (old leone)',
|
||||
'SOS': 'Somali shilling',
|
||||
'SOS': 'Somalian shilling',
|
||||
'SRD': 'Surinamese dollar',
|
||||
'SSP': 'South Sudanese pound',
|
||||
'STN': 'São Tomé and Príncipe dobra',
|
||||
@@ -458,7 +458,7 @@ export default {
|
||||
'UGX': 'Ugandan shilling',
|
||||
'USD': 'United States dollar',
|
||||
'UYU': 'Uruguayan peso',
|
||||
'UZS': 'Uzbekistan som',
|
||||
'UZS': 'Uzbekistani sum',
|
||||
'VED': 'Venezuelan bolívar digital',
|
||||
'VEF': 'Venezuelan bolívar fuerte',
|
||||
'VES': 'Venezuelan bolívar soberano',
|
||||
|
||||
Reference in New Issue
Block a user