Skip to content

Commit ed39b37

Browse files
leahecoleAce Nassri
authored and
Ace Nassri
committed
fix: hybrid glossaries (#338)
* fix region tag * fix: region tag * Add GCLOUD_PROJECT env var for tutorial * fix: Add GCLOUD_PROJECT env var for tutorial * fix: lint 🙈
1 parent 21f9931 commit ed39b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/hybridGlossaries.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'use strict';
1717

1818
async function main(
19-
projectId, // Your GCP Project Id
19+
projectId = process.env.GCLOUD_PROJECT, // Your GCP Project Id
2020
inFile = 'resources/example.png',
2121
outFile = 'resources/example.mp3',
2222
glossaryLangs = ['fr', 'en'],

0 commit comments

Comments
 (0)