Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1acd9ad Β· Dec 12, 2024
Aug 2, 2024
Dec 12, 2024
Nov 1, 2023
Dec 12, 2024
Nov 27, 2023
Jun 30, 2020
Jun 30, 2020
Jun 30, 2020
Jun 30, 2020
Dec 12, 2024
Aug 21, 2024
Jun 30, 2020
Jul 7, 2023
Jun 30, 2020
Nov 6, 2023
Dec 12, 2024
Jul 1, 2020
Jun 30, 2020
Aug 2, 2024

Repository files navigation

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 Strings In-Context Editor with i18next.

πŸ“œ Documentation

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

πŸ”¨ 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

βœ… Commits & Pull Requests

We welcome anyone who wants to contribute to our codebase, so if you notice something, feel free to open a Pull Request! However, we ask that you please use the Conventional Commits specification for your commit messages and titles when opening a Pull Request.

Example: chore: Update README

We have an automated version management and release process based off of this message convention, so it'd be highly appreciated if you could follow this coding guideline.

❓ Issues, Questions, Support

Please use GitHub issues to share your problem, and we will do our best to answer any questions or to support you in finding a solution!

πŸ“ Changelog

Detailed changes for each release are documented in the changelog.

πŸ“¦ 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!

©️ License

MIT