This project aims to be a simple program that can help you when you need to translate Minecraft language files, doing it in a guided way instead of editing directly the .lang/.json files.
You can download my program here. You can get the precompiled version for windows or run it directly from the source code. For .lang files (Minecraft 1.12 or older), use v0.1.3. For .json (MC 1.13 or newer), use v1.0 or newer versions.
- To run from source code you need to have Python 3.6.8 installed (other versions may or may not work). For Windows or MacOS, get it here. For Linux, follow the instruction for your distribution.
- Run
pip install -r requirements.txt
- Finally, just run
python main.py
I am developing this in my free time, so it will improve slowly. Feel free to create a pull request or submit an issue.
This project is licensed under the GNU GPLv3 license. TL;DR: You can modify my project but you must distribute it under the same license.