Skip to content

Commit

Permalink
update currency name
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jun 23, 2024
1 parent daae5b6 commit 756e6ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/validators/currency.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var AllCurrencyNames = map[string]bool{
"SHP": true, //Saint Helena Pound
"SLE": true, //Leone (new leone)
"SLL": true, //Leone (old leone)
"SOS": true, //Somali Shilling
"SOS": true, //Somalian shilling
"SRD": true, //Surinam Dollar
"SSP": true, //South Sudanese Pound
"STN": true, //Dobra
Expand All @@ -154,7 +154,7 @@ var AllCurrencyNames = map[string]bool{
"UGX": true, //Uganda Shilling
"USD": true, //US Dollar
"UYU": true, //Peso Uruguayo
"UZS": true, //Uzbekistan Sum
"UZS": true, //Uzbekistani sum
"VED": true, //Bolívar Digital
"VEF": true, //Bolívar Fuerte
"VES": true, //Bolívar Soberano
Expand Down
4 changes: 2 additions & 2 deletions src/consts/currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ const allCurrencies = {
code: 'SLL',
symbol: 'Le'
},
'SOS': { // Somali Shilling
'SOS': { // Somalian shilling
code: 'SOS',
symbol: 'Sh.So.'
},
Expand Down Expand Up @@ -583,7 +583,7 @@ const allCurrencies = {
code: 'UYU',
symbol: '$'
},
'UZS': { // Uzbekistan Sum
'UZS': { // Uzbekistani sum
code: 'UZS'
},
'VED': { // Bolívar Digital
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 756e6ca

Please sign in to comment.