diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 302b5ed..a43617c 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -110,7 +110,7 @@ }, "optionValue_microsoftSpeechApiLoc_centralIn": { - "message": "India Central", + "message": "Central India", "description": "Value of the option." }, @@ -119,11 +119,26 @@ "description": "Value of the option." }, + "optionValue_microsoftSpeechApiLoc_westJp": { + "message": "Japan West", + "description": "Value of the option." + }, + + "optionValue_microsoftSpeechApiLoc_southBr": { + "message": "Brazil South", + "description": "Value of the option." + }, + "optionValue_microsoftSpeechApiLoc_centralKr": { "message": "Korea Central", "description": "Value of the option." }, + "optionValue_microsoftSpeechApiLoc_northCh": { + "message": "Switzerland North", + "description": "Value of the option." + }, + "optionValue_microsoftSpeechApiLoc_northCentralUs": { "message": "North Central US", "description": "Value of the option." @@ -134,6 +149,11 @@ "description": "Value of the option." }, + "optionValue_microsoftSpeechApiLoc_westCentralUs": { + "message": "West Central US", + "description": "Value of the option." + }, + "optionValue_microsoftSpeechApiLoc_southUk": { "message": "UK South", "description": "Value of the option." diff --git a/src/options/App.vue b/src/options/App.vue index ae833d5..8c19f41 100644 --- a/src/options/App.vue +++ b/src/options/App.vue @@ -288,9 +288,13 @@ export default { 'centralFr', 'centralIn', 'eastJp', + 'westJp', + 'southBr', 'centralKr', + 'northCh', 'northCentralUs', 'southCentralUs', + 'westCentralUs', 'southUk', 'eastUs', 'eastUs2', diff --git a/src/utils/data.js b/src/utils/data.js index 15a86d0..f0b11dc 100755 --- a/src/utils/data.js +++ b/src/utils/data.js @@ -346,12 +346,20 @@ const microsoftSpeechApiUrls = { 'https://centralindia.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', eastJp: 'https://japaneast.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', + westJp: + 'https://japanwest.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', + southBr: + 'https://brazilsouth.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', centralKr: 'https://koreacentral.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', + northCh: + 'https://switzerlandnorth.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', northCentralUs: 'https://northcentralus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', southCentralUs: 'https://southcentralus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', + westCentralUs: + 'https://westcentralus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', southUk: 'https://uksouth.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1', eastUs: