Skip to content

A tool to automatically generate language files for Minecraft by using a translation API.

License

Notifications You must be signed in to change notification settings

AnonymousHacker1279/MrWorldwide

Repository files navigation

MrWorldwide

A tool to automatically generate language files for Minecraft by using a translation API.

How to Use

Quite simple. Go to your terminal, and launch the program with a few arguments:

python MrWorldwide.py --sourceLang <source language> --targetLang <target language> --sourceFile <source file> --targetFile <target file>

For example, to take an English translation file and convert it to Russian:

python MrWorldwide.py --sourceLang en --targetLang ru --sourceFile en_us.json --targetFile ru_ru.json

Notice

This isn't going to be 100% accurate and may have some quirks. The goal is to translate a bulk file. You'll probably have to go back and clean things up afterwards.

It also uses the LibreTranslate API. If something isn't working right (like language codes) go try it there.

About

A tool to automatically generate language files for Minecraft by using a translation API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages