This commit is contained in:
Kevin Heis 2023-08-31 09:48:44 -07:00 коммит произвёл GitHub
Родитель abec02e408
Коммит 5b01cc94f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -85,7 +85,7 @@ jobs:
env:
POPULAR_PAGES_JSON: popular-pages/records/popular-pages.json
run: |
node script/i18n/create-translation-health-report.js \
node src/languages/scripts/create-translation-health-report.js \
--language ${{ matrix.language }} \
--gitref ${{ env.gitref }} \
>> $GITHUB_WORKSPACE/translation-health-report.json

Просмотреть файл

@ -8,7 +8,7 @@
/* Nota bene:
If you are getting more errors all the sudden, try running this:
$ script/i18n/create-translation-health-report.js -l en -r 000
$ src/languages/scripts/create-translation-health-report.js -l en -r 000
If there's any errors before getting the JSON output,
const context = { ... } probably needs more data.
*/