Skip to content

Commit 4a2356b

Browse files
beccasaurusAce Nassri
authored and
Ace Nassri
committed
Change region tag to translate_translate_text_with_glossary_beta (#240)
1 parent fe711fd commit 4a2356b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate/v3beta1/translate_translate_text_with_glossary_beta.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function main(
2121
glossaryId = 'glossary',
2222
text = 'text to translate'
2323
) {
24-
// [START translate_text_with_glossary_beta]
24+
// [START translate_translate_text_with_glossary_beta]
2525
/**
2626
* TODO(developer): Uncomment these variables before running the sample.
2727
*/
@@ -61,7 +61,7 @@ function main(
6161
}
6262

6363
translateTextWithGlossary();
64-
// [END translate_text_with_glossary_beta]
64+
// [END translate_translate_text_with_glossary_beta]
6565
}
6666

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

0 commit comments

Comments
 (0)