mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
Add more info around syncing to crowdin
This commit is contained in:
parent
5617987bf2
commit
fcc168af42
1 changed files with 3 additions and 1 deletions
|
@ -144,10 +144,12 @@ files:
|
|||
'zh-TW': 'zh-Hant'
|
||||
```
|
||||
|
||||
You can [go here]() to learn more about customizing your `crowdin.yaml` file.
|
||||
You can go [here](https://support.crowdin.com/configuration-file/) to learn more about customizing your `crowdin.yaml` file.
|
||||
|
||||
### Manual File Sync
|
||||
|
||||
You will want to manually sync your files to and from crowdin. The sync process will upload any markdown files in `/docs` as well as translatable strings in `website/i18n/en.json`. (These strings can be generated by running `yarn write-translations`.)
|
||||
|
||||
You can add the following to your `package.json` to manually trigger crowdin.
|
||||
|
||||
```json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue