From 03277b1b31ca7c36ffc36e3331f153bf8b1790c7 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Fri, 9 Dec 2022 14:58:28 -0800 Subject: [PATCH] Update create-translation-health-report.js (#33403) --- .../workflows/translation-health-report.yml | 26 +++++++++---------- .../i18n/create-translation-health-report.js | 1 + 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/workflows/translation-health-report.yml b/.github/workflows/translation-health-report.yml index 4286e6d24b..a9260316de 100644 --- a/.github/workflows/translation-health-report.yml +++ b/.github/workflows/translation-health-report.yml @@ -41,23 +41,21 @@ jobs: language_dir: translations/zh-CN language_repo: github/docs-internal.zh-cn - # We'll be ready to add the following languages in a future effort. + - language: ru + language_dir: translations/ru-RU + language_repo: github/docs-internal.ru-ru - # - language: ru - # language_dir: translations/ru-RU - # language_repo: github/docs-internal.ru-ru + - language: ko + language_dir: translations/ko-KR + language_repo: github/docs-internal.ko-kr - # - language: ko - # language_dir: translations/ko-KR - # language_repo: github/docs-internal.ko-kr + - language: fr + language_dir: translations/fr-FR + language_repo: github/docs-internal.fr-fr - # - language: fr - # language_dir: translations/fr-FR - # language_repo: github/docs-internal.fr-fr - - # - language: de - # language_dir: translations/de-DE - # language_repo: github/docs-internal.de-de + - language: de + language_dir: translations/de-DE + language_repo: github/docs-internal.de-de steps: - name: Checkout the docs-internal repo diff --git a/script/i18n/create-translation-health-report.js b/script/i18n/create-translation-health-report.js index e9ef2c88bf..6155615c21 100755 --- a/script/i18n/create-translation-health-report.js +++ b/script/i18n/create-translation-health-report.js @@ -160,4 +160,5 @@ async function createReport() { return report } +console.warn = () => {} // shhh console.log(JSON.stringify(await createReport(), null, 2))