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 a357e38 commit 32b4d14Copy full SHA for 32b4d14
scripts/execute-translation.js
@@ -16,7 +16,9 @@ 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://api.cognitive.microsofttranslator.com";
+console.log(subscriptionKey);
20
+console.log(JSON.stringify(process.env));
21
+const endpoint = "https://westeurope.api.cognitive.microsoft.com";
22
23
const locHelper = require('./export-localization');
24
// Load configuration for supported languages
0 commit comments