Skip to content

Commit aec4083

Browse files
committed
feat: add API key scoping instructions
1 parent 8805082 commit aec4083

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scripts/crowdin/reports/wordsNeedingReview.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ type SummaryItem = [code: string, bucket: string, needsReview: number]
1313
* Report in CSV format with columns: Language, Bucket Name, Words needing review.
1414
* To run:
1515
* - Ensure CROWDIN_API_KEY is set in the .env file (.env.local will not work)
16+
* 1. https://crowdin.com/settings#api-key
17+
* 2. Click: "New token"
18+
* 3. Give token a name
19+
* 4. Select "Translation Status" under "Projects" for scope
20+
* 5. Click: "Create" and authenticate
21+
* 6. Copy the token to the .env file
1622
* - Can be run with `yarn crowdin-needs-review`
1723
* - Results are saved to src/data/crowdin/report.csv
1824
* - Report is git ignored, and should not be committed

0 commit comments

Comments
 (0)