Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

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

phrase56.8kMIT1.7.0TypeScript support: included

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

i18next, i18next post processor, Phrase, In-Context Editor, translate, translation, i18n, l10n, localization, internationalization

readme

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.

:scroll: Documentation

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

: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

:white_check_mark: 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.

:question: 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!

:memo: Changelog

Detailed changes for each release are documented in the changelog.

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

MIT

changelog

1.7.0 (2024-12-12)

Features

  • STRINGS-221: Extend PhraseConfig type with hidingClasses field (#216) (f9d6562)

1.6.1 (2023-12-05)

Bug Fixes

1.6.0 (2023-11-27)

Features

  • TSE-1350: Add origin field to ICE config (#168) (6fa1218)

1.5.2 (2023-08-28)

Bug Fixes

  • TSE-1157: Improve US datacenter documentation and typings (#146) (80d091d)

1.5.1 (2023-05-25)

Bug Fixes

  • Add i18next ^22.0.0 peer dependency (4f05bf1)

1.5.0 (2023-05-24)

Features

1.4.1 (2023-05-23)

Bug Fixes

  • add workaround for docs to run (54cb3cc)

1.4.0 (2023-05-12)

Features

  • Use new in-context-editor by default (2a6a5ea)

1.3.0 (2021-12-14)

Features

  • i18next: add v20, 21 as valid peer deps (9d1d87f), closes #69

1.2.1 (2021-02-15)

Bug Fixes

  • add helpers.d.t file to the output bundle (10984df), closes #15

1.2.0 (2021-02-15)

Features

  • upgrade nextjs example to next@10 (ceabb7f)

1.1.1 (2021-01-07)

Bug Fixes

  • server-side-rendering works with next.js (#14) (7cd9ad6)

1.1.0 (2020-07-20)

Features

  • possibility to disable script autoLoad func (#3) (2443f4b)

1.0.0 (2020-07-01)

Features