Hello!
I am developing a Python application in the form of an automatic translation mod that allows players to instantly translate indie games.
The mod uses the DeepL API to generate translations and injects them directly into the gameβs text or binary files, without requiring any updates or support from the developers. Translations that have already been done are stored and reused automatically, which optimizes performance, reduces API costs, and ensures terminological consistency throughout the game.
The two objectives of this project are simple:
- Allow independent studios to not worry about localization if they don't have the time or resources necessary.
- Enable players around the world to enjoy these indie games in their own language while preserving the game's original voices and sound identity.
Examples include in screenshots:
- ConVRgence (Russian Steam game) automatically translated into simplified Chinese.
- Dark Light (English Steam game) automatically translated into French.
Have a good day!