We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c8bff commit c52aa1aCopy full SHA for c52aa1a
scripts/execute-translation.js
@@ -16,7 +16,7 @@ const uuidv4 = require('uuid/v4');
16
17
// Replace with process.env.subscriptionKey to get an access to Azure Cognitive services
18
const subscriptionKey = process.env.SUBSCRIPTION_KEY;
19
-const endpoint = "https://westeurope.api.cognitive.microsoft.com/";
+const endpoint = "https://api.cognitive.microsofttranslator.com";
20
21
const locHelper = require('./export-localization');
22
// Load configuration for supported languages
0 commit comments