Manage Your i18n Translations

Let translators translate without coding and let coders code without translating.

Store, organize, and retrieve your multilingual translation keys and values effortlessly. Streamline your app's localization process with our intuitive i18n management tool.

Open App Open Docs
Translations

The Problems

There are several problems that normal translations have.

  1. They are difficult to re-use.
  2. It is difficult to separate the development experience from the translators experience.
  3. Pipelines cost money. Generally you don't want to rebuilt your entire project for every change to the translations.

Why?

As a coder I always disliked the time I spent doing translations. This is generalized across other developers. Furthermore, these translations were always overwritten by my manager.

This prompted me to create this project. Another SaaS you may call it. I believe this one has the potential to make everyone happy because:

About

This app has two objectives:

  1. Make a simple GUI to allow translators to translate with minimal difficulty.
  2. Provide an API to let coders download the translations asynchronously.