DEV Community

Cover image for Translate apps in one command
Akbar Ali
Akbar Ali

Posted on

Translate apps in one command

Check out the package first:
@pulimoodan/localiser

Features

  • Translate i18n locales with one command
  • Translate only required languages (only the ones we changed)
  • Translate only the required namespaces (yeah, same as above: only the ones we changed)
  • Translate any language, with any iso codes: like pt or pt-BR (because, we're using AI. Not a flex btw)

Concerns to be addressed

  • Optimise the Open AI requests with the only the required keys, instead of whole json file
  • An init command to generate the project configuration
  • Doesn't support different types of folder structures, only: lang/namespace.json
  • Configure different types of models

Contribute (or detract)

If you've got an idea to improve or play around with this:

  • Fork the repo
  • Work your magic, cook well
  • Slam a PR
  • And I will think about it (kidding, we need those contributions)

Link to GitHub repo: Localiser

Top comments (0)