i18next Phrase In-Context Editor Post Processor is the official library for integrating Phrase In-Context-Editor with i18next.
To get started, have a look at the documentation. There you will find API docs, getting started guide, examples and much more!
For questions or support, contact us at: phrase.com/contact. The issue list of this repo is exclusively for bug reports or feature requests.
Please use GitHub issues to share the problem.
Detailed changes for each release are documented in the changelog.
# install deps
yarn
# build dist files
yarn build
# serve examples at localhost:8080
cd examples/basic
yarn
yarn start
# lint & fix files
yarn lint
yarn lint.fix
# run all tests
yarn test
yarn test.coverage
# serve docs at localhost:8080/i18next-phrase-in-context-editor-post-processor/
yarn docs.devPackage is being released automatically with the use of Semantic Release Action. Just push a commit to the master and a new version will be released right away!