Skip to content

Translations

Autovw edited this page Sep 25, 2021 · 6 revisions

Translations are welcome!

Sadly, I can't translate my mod to every language in existance.
And that's why your translations are welcome!

๐Ÿ“– About translation files

As of Minecraft version 1.13, translations are stored in .json files.
Every language in Minecraft has a special ID, for example: en_us.json (English, United States)
Make sure your translation matches the correct ID. These ID's can be found here!

The translations in the mod are stored in: resources/assets/burgermod/lang/

You may use the en_us.json language file as a template to create your own one!
As of 1.16.X, the file can be found here!

๐Ÿ“ Contribute your translation

You can contribute by creating a Pull Request.
Before you create a Pull Request you need to create a Fork of the repository.

Before you make any changes please make sure to use a seperate branch so you can keep the main branch up to date with the latest changes!

Where do I put the translation file?
Go to BurgerMod/src/main/resources/assets/burgermod/lang and commit your translation file there!

After you've made the commit, it is time to create the Pull Request!
The process of this should be straight forward, if you need any help then make sure to join my Discord server linked at the bottom of this page!

Clone this wiki locally