react-localize-crowdin
[![Node Actions Status][github-actions-node-badge]][github-actions]
[![Coverage][codecov-badge]][codecov]
[![Language grade: JavaScript][lgtm-js-badge]][lgtm-js]
[![Total alerts][lgtm-alerts-badge]][lgtm-alerts]
[![GitHub contributors][github-contribs-badge]][github-contribs]
[![GitHub][github-license-badge]][github-license]
[github-actions-node-badge]: https://github.com/sillsdev/react-localize-crowdin/workflows/Node.js%20CI/badge.svg
[github-actions]: https://github.com/sillsdev/react-localize-crowdin/actions
[codecov-badge]: https://codecov.io/gh/sillsdev/react-localize-crowdin/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/sillsdev/react-localize-crowdin
[lgtm-js-badge]: https://img.shields.io/lgtm/grade/javascript/g/sillsdev/react-localize-crowdin.svg?logo=lgtm&logoWidth=18
[lgtm-js]: https://lgtm.com/projects/g/sillsdev/react-localize-crowdin/context:javascript
[lgtm-alerts-badge]: https://img.shields.io/lgtm/alerts/g/sillsdev/react-localize-crowdin.svg?logo=lgtm&logoWidth=18
[lgtm-alerts]: https://lgtm.com/projects/g/sillsdev/react-localize-crowdin/alerts
[github-contribs-badge]: https://img.shields.io/github/contributors/sillsdev/react-localize-crowdin?cacheSeconds=10000
[github-contribs]: https://github.com/sillsdev/react-localize-crowdin/graphs/contributors
[github-license-badge]: https://img.shields.io/github/license/sillsdev/react-localize-crowdin
[github-license]: https://github.com/sillsdev/react-localize-crowdin/blob/master/LICENSE
A node module to support localizing react-localize-redux apps with Crowdin
Developer Guide
Run linting on project:
``
bash
$ npm run lint
`
Automatically format the repository using Prettier:
`
bash
$ npm run prettier
``