Skip to content

Commit

Permalink
add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe authored Aug 1, 2022
1 parent f683589 commit 6d9cc4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/i18n/i18n-crowdin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ You can keep the default value `CROWDIN_PERSONAL_TOKEN`, and set this environmen

:::caution

A Personal Access Tokens grant **read-write access to all your Crowdin projects**.
A Personal Access Tokens grant **read- access to all your Crowdin projects**.

You should **not commit** it, and it may be a good idea to create a dedicated **Crowdin profile for your company** instead of using a personal account.

Expand All @@ -194,7 +194,8 @@ Add a `crowdin` script:
```json title="package.json"
{
"scripts": {
"crowdin": "crowdin"
"crowdin": "crowdin",
"write-translations": "docusaurus write-translations"
}
}
```
Expand Down

0 comments on commit 6d9cc4b

Please # to comment.