We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6921613 commit 1f28baaCopy full SHA for 1f28baa
translate/hybridGlossaries.js
@@ -16,7 +16,7 @@
16
'use strict';
17
18
async function main(
19
- projectId, // Your GCP Project Id
+ projectId = process.env.GCLOUD_PROJECT, // Your GCP Project Id
20
inFile = 'resources/example.png',
21
outFile = 'resources/example.mp3',
22
glossaryLangs = ['fr', 'en'],
0 commit comments