Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Change region tag to translate_translate_text_with_glossary_beta #240

Merged
merged 1 commit into from Apr 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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));