Skip to content

Commit 5b01cc9

Browse files
authored
Fix translation health reports (#41778)
1 parent abec02e commit 5b01cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/translation-health-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
env:
8686
POPULAR_PAGES_JSON: popular-pages/records/popular-pages.json
8787
run: |
88-
node script/i18n/create-translation-health-report.js \
88+
node src/languages/scripts/create-translation-health-report.js \
8989
--language ${{ matrix.language }} \
9090
--gitref ${{ env.gitref }} \
9191
>> $GITHUB_WORKSPACE/translation-health-report.json

src/languages/scripts/create-translation-health-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)