update currency name

This commit is contained in:
MaysWind
2024-06-24 00:42:10 +08:00
parent daae5b68cd
commit 756e6cac5a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -134,7 +134,7 @@ var AllCurrencyNames = map[string]bool{
"SHP": true, //Saint Helena Pound "SHP": true, //Saint Helena Pound
"SLE": true, //Leone (new leone) "SLE": true, //Leone (new leone)
"SLL": true, //Leone (old leone) "SLL": true, //Leone (old leone)
"SOS": true, //Somali Shilling "SOS": true, //Somalian shilling
"SRD": true, //Surinam Dollar "SRD": true, //Surinam Dollar
"SSP": true, //South Sudanese Pound "SSP": true, //South Sudanese Pound
"STN": true, //Dobra "STN": true, //Dobra
@@ -154,7 +154,7 @@ var AllCurrencyNames = map[string]bool{
"UGX": true, //Uganda Shilling "UGX": true, //Uganda Shilling
"USD": true, //US Dollar "USD": true, //US Dollar
"UYU": true, //Peso Uruguayo "UYU": true, //Peso Uruguayo
"UZS": true, //Uzbekistan Sum "UZS": true, //Uzbekistani sum
"VED": true, //Bolívar Digital "VED": true, //Bolívar Digital
"VEF": true, //Bolívar Fuerte "VEF": true, //Bolívar Fuerte
"VES": true, //Bolívar Soberano "VES": true, //Bolívar Soberano
+2 -2
View File
@@ -503,7 +503,7 @@ const allCurrencies = {
code: 'SLL', code: 'SLL',
symbol: 'Le' symbol: 'Le'
}, },
'SOS': { // Somali Shilling 'SOS': { // Somalian shilling
code: 'SOS', code: 'SOS',
symbol: 'Sh.So.' symbol: 'Sh.So.'
}, },
@@ -583,7 +583,7 @@ const allCurrencies = {
code: 'UYU', code: 'UYU',
symbol: '$' symbol: '$'
}, },
'UZS': { // Uzbekistan Sum 'UZS': { // Uzbekistani sum
code: 'UZS' code: 'UZS'
}, },
'VED': { // Bolívar Digital 'VED': { // Bolívar Digital
+2 -2
View File
@@ -438,7 +438,7 @@ export default {
'SHP': 'Saint Helena pound', 'SHP': 'Saint Helena pound',
'SLE': 'Sierra Leonean leone', 'SLE': 'Sierra Leonean leone',
'SLL': 'Sierra Leonean leone (old leone)', 'SLL': 'Sierra Leonean leone (old leone)',
'SOS': 'Somali shilling', 'SOS': 'Somalian shilling',
'SRD': 'Surinamese dollar', 'SRD': 'Surinamese dollar',
'SSP': 'South Sudanese pound', 'SSP': 'South Sudanese pound',
'STN': 'São Tomé and Príncipe dobra', 'STN': 'São Tomé and Príncipe dobra',
@@ -458,7 +458,7 @@ export default {
'UGX': 'Ugandan shilling', 'UGX': 'Ugandan shilling',
'USD': 'United States dollar', 'USD': 'United States dollar',
'UYU': 'Uruguayan peso', 'UYU': 'Uruguayan peso',
'UZS': 'Uzbekistan som', 'UZS': 'Uzbekistani sum',
'VED': 'Venezuelan bolívar digital', 'VED': 'Venezuelan bolívar digital',
'VEF': 'Venezuelan bolívar fuerte', 'VEF': 'Venezuelan bolívar fuerte',
'VES': 'Venezuelan bolívar soberano', 'VES': 'Venezuelan bolívar soberano',