Skip to content

Translating our mod.

mincrmatt12 edited this page Mar 17, 2015 · 3 revisions

Overview

In this guide, I will tell you how to translate the mod.

Step 1

Navigate through the repository to src/main/resources/assets/extrafood/lang You should be in a new repository.

Clone THAT repository, not the main one.

Step 2

Inside the repository on your computer, create a new .lang file corresponding with your language

(Refer to this minecraft wiki page, the "locale code" is the name of the file)

Step 3

Go through the file and translate, for example tile.Oven.name=Oven [Test Me!] becomes tile.Oven.name=(Oven [Test Me!] in your language)

Step 4

Make a pull request to the lang repository.

Clone this wiki locally