docs: improve crowdin guide (#7861)

This commit is contained in:
Joe Williams 2022-08-03 02:38:25 +09:00 committed by GitHub
parent 5002f6cf9d
commit 7ab2bd3234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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