Skip to content

Commit

Permalink
Change region tag to translate_translate_text_with_glossary_beta (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
beccasaurus authored and Ace Nassri committed Nov 17, 2022
1 parent c90ed71 commit 9641917
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function main(
glossaryId = 'glossary',
text = 'text to translate'
) {
// [START translate_text_with_glossary_beta]
// [START translate_translate_text_with_glossary_beta]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -61,7 +61,7 @@ function main(
}

translateTextWithGlossary();
// [END translate_text_with_glossary_beta]
// [END translate_translate_text_with_glossary_beta]
}

main(...process.argv.slice(2));

0 comments on commit 9641917

Please sign in to comment.