Skip to content

rogama25/minecraft-translation-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rogama's Minecraft translation helper

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.

Downloads

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.

Requirements

  • 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

Contributing to the project

I am developing this in my free time, so it will improve slowly. Feel free to create a pull request or submit an issue.

License

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.