Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ When doing Azure design reviews (or any review for that matter), Microsoft emplo
There are three ways to use these checklists.

1) Via [Excel](./spreadsheet/README.md)
2) Via Web Application hosted at [https://aka.ms/ftaaas](https://aka.ms/ftaaas).
3) [Azure Resource Graph Queries](./scripts/README.md)
2) [Azure Resource Graph Queries](./scripts/README.md)

## Reporting errors and contributing

Expand Down
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', 'zh-Hant']
translate_languages = ['es', 'ja', 'pt', 'ko', 'zh-Hant', 'de', 'fr', 'hi', 'ru', 'it', 'ar', 'nl', 'tr']

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