Skip to content

Commit

Permalink
fix: removed display_name from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmiro authored and Ace Nassri committed Nov 17, 2022
1 parent 8c31dfe commit 55a4607
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions translate/v3/translate_get_supported_languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ function main(projectId = 'YOUR_PROJECT_ID', location = 'global') {
// example, 'en', 'ja'. In certain cases, BCP-47 codes including language and
// region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
console.log(`Language - Language Code: ${language.languageCode}`);
// Human readable name of the language localized in the display language specified
// in the request.
console.log(`Language - Display Name: ${language.displayName}`);
// Can be used as source language.
console.log(`Language - Support Source: ${language.supportSource}`);
// Can be used as target language.
Expand Down

0 comments on commit 55a4607

Please sign in to comment.