TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Tolgee – developer-friendly localization tool

4 pointsby jancizmar7 months ago
Software localization has been broken for years. That&#x27;s why I created Tolgee.<p>Eight years ago, I worked in a company that was developing a not-so-small system for lawyers. And it was extremely painful for me as a developer to handle the localization of the app.<p>The process looked like this:<p>1. Add many keys to the code like &quot;transport_form_name_input_label,&quot; &quot;transport_form_car_input_label,&quot; etc.<p>2. Run some extractor to extract the keys from the code.<p>3. Open the target language data file in an app called Poeditor<p>4. Import the extracted keys.<p>5. Find and translate the new values - This was super painful since there were many untranslated keys, and it was hard to find the new ones.<p>6. Repeat from step 3 - we were translating to 2 versions of the Czech language because of different customer types.<p>The most common bug was forgetting some key untranslated because developers always kept this as the last part of the feature task.<p>Later on, we started to think about how to improve this process so the localization doesn&#x27;t rely on developers.<p>However, we found out that designers, project managers, and product managers cannot work with Git, and it&#x27;s also hard for them to find out which keys are rendered where in the system.<p>It was impossible to simply transfer the task to those.<p>So my idea was to enable them to simply click on the strings in the actual translated app, give them simple dialog, and let them translate it exactly in the place where it&#x27;s rendered.<p>Four years later, I got to implement this idea as a part of my master&#x27;s thesis, and later on, I founded Tolgee.<p>You can quickly deploy Tolgee app with Docker &#x2F; Docker compose.<p>It’s fully open-source (Apache-2), we only have one enterprise folder on a different license.

no comments

no comments