Add more info around syncing to crowdin

This commit is contained in:
Eric Nakagawa 2017-10-24 15:31:52 -07:00
parent 5617987bf2
commit fcc168af42

View file

@ -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