i18next-phrase-in-context-editor-post-processor

Plugin for i18next that paires well with Phrase In-Context Editor

Usage no npm install needed!

<script type="module">
  import i18nextPhraseInContextEditorPostProcessor from 'https://cdn.skypack.dev/i18next-phrase-in-context-editor-post-processor';
</script>

README

Official i18next Phrase In-Context Editor Post Processor

NPM version semantic-release LICENSE MIT GitHub documentation deployment

i18next Phrase In-Context Editor Post Processor is the official library for integrating Phrase In-Context-Editor with i18next.

:scroll: Documentation

To get started, have a look at the documentation. There you will find API docs, getting started guide, examples and much more!

:question: Questions, support

Please contact support@phrase.com and we can take more direct action toward finding a solution.

:exclamation: Issues

Please use GitHub issues to share the problem.

:memo: Changelog

Detailed changes for each release are documented in the changelog.

:hammer: Development

# 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.dev

:package: Releasing

Package 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!

:copyright: License

MIT