зеркало из https://github.com/github/docs.git
Fix translation health reports (#41778)
This commit is contained in:
Родитель
abec02e408
Коммит
5b01cc94f3
|
@ -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.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче