Usage for JS applications (using Lingui)

1. Install

  • Add dependencies to your JS application using
    NPM
    YARN
    npm install @translation/lingui
Code and documentation on translation/lingui

2. Configure

  • Sign up (or Sign in).
  • Create a project.
  • Copy .linguirc to the root of your JS project.
  • Execute npm run sync to push your existing keys and translations.

3. Work

  • Localize your JS code using t`source text` and plural(count, { one: ... }).
  • Execute npm run sync to push new keys and get new translations.
  • Translate your keys or invite translators in our interface.

Repeat step 3 and relax



Ready to adopt a smooth translation process?

Sign up