Skip to content

Commit

Permalink
Merge pull request #558 from pichuang/add-zh-Hant
Browse files Browse the repository at this point in the history
Add support for Chinese Traditional (zh-Hant)
  • Loading branch information
erjosito authored Nov 21, 2023
2 parents 04f7cbd + 1c1d54c commit e015f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Variables
translate_keys = ('description', 'name', 'category', 'subcategory', 'waf', 'text', 'severity')
translate_languages = ['es', 'ja', 'pt', 'ko']
translate_languages = ['es', 'ja', 'pt', 'ko', 'zh-Hant']

# Get environment variables
translator_endpoint = os.environ["AZURE_TRANSLATOR_ENDPOINT"]
Expand Down

0 comments on commit e015f6c

Please sign in to comment.