diff --git a/README.md b/README.md index d0f67f741..93079de94 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/translate.py b/scripts/translate.py index ed3ca164b..11999ccdc 100644 --- a/scripts/translate.py +++ b/scripts/translate.py @@ -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"]