Skip to content

Commit

Permalink
fix: hybrid glossaries (#338)
Browse files Browse the repository at this point in the history
* fix region tag

* fix: region tag

* Add GCLOUD_PROJECT env var for tutorial

* fix: Add GCLOUD_PROJECT env var for tutorial

* fix: lint 馃檲
  • Loading branch information
leahecole authored and Ace Nassri committed Nov 17, 2022
1 parent 21f9931 commit ed39b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/hybridGlossaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

async function main(
projectId, // Your GCP Project Id
projectId = process.env.GCLOUD_PROJECT, // Your GCP Project Id
inFile = 'resources/example.png',
outFile = 'resources/example.mp3',
glossaryLangs = ['fr', 'en'],
Expand Down

0 comments on commit ed39b37

Please sign in to comment.