From 756e6cac5a8189b00caeda4f039ca1477b10745f Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 24 Jun 2024 00:42:10 +0800 Subject: [PATCH] update currency name --- pkg/validators/currency.go | 4 ++-- src/consts/currency.js | 4 ++-- src/locales/en.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/validators/currency.go b/pkg/validators/currency.go index df623d5f..e7ae48ec 100644 --- a/pkg/validators/currency.go +++ b/pkg/validators/currency.go @@ -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 @@ -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 diff --git a/src/consts/currency.js b/src/consts/currency.js index 10f65d59..3427a095 100644 --- a/src/consts/currency.js +++ b/src/consts/currency.js @@ -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 diff --git a/src/locales/en.js b/src/locales/en.js index bd95f2e0..d589a552 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -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',