Update on Comments Translation Project (5/2026): DONE #92
Replies: 5 comments 7 replies
-
|
Originally, almost the entire Salamander codebase was commented in Czech (with just a few exceptions in some plugins), since open-sourcing the project was never planned. Once the source code was released publicly, we decided to translate all Czech comments into English. The first phase of the translation took place in December 2023, thanks to the enthusiasm of @majklvi , who manually translated the code with the help of ChatGPT, Google Translator and DeepL. Another major portion of the machine translation work was done by @0xeb in April 2024. He helped shape the idea of the final translation workflow — combining automated translation aware of the surrounding C++ code, manual review of critical parts, and a final automated check to ensure that no unintended changes were made to the actual C++ code during translation. For the following stages, we use OpenAI Codex to perform the initial machine translation, followed by manual review by hired interns. Because this is an enormous amount of work, manual checking is currently limited to the core of Salamander; plugin source code will rely solely on the automated OpenAI Codex translation. You can track the number of translated comments over time: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@janrysavy I have finished all the translations in my fork https://github.com/0xeb/salamander . I have started Long Path support, Unicode and a lot of bug fixes. I am at least 600+ commits ahead. It would be nice if you kind of pin my repo and join forces with me? I am moving fast and I don't like waiting weeks for slow PRs and development. |
Beta Was this translation helpful? Give feedback.
-
|
@janrysavy Hi Jan. I've seen that the comments are all green now and that there were no merges for last 3 weeks. Just curious if you have finished with the translation step? |
Beta Was this translation helpful? Give feedback.
-
DONE
|
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Just for your information, we're still here and alive. We've managed to secure three interns, all of them very strong in English, to revive the translation of comments from Czech to English. The work will slowly start this month, but the main part will begin in September. Once we complete the translation (I believe this time we'll manage to finish it within a few months), we'll return to the question of Unicode support. Until then, the translation will keep us busy.
Beta Was this translation helpful? Give feedback.
All reactions