-
Notifications
You must be signed in to change notification settings - Fork 8
Contributing to tranlstations
khj xiaogu edited this page Mar 19, 2023
·
4 revisions
To translate GUI/Item/Block/Message and anything except patchouli books:
Go to src/main/resources/assets/caupona/lang and create a lang file named as the lang id you want to translate into, or modify existing file. You may copy file from other language for convenience.
To translate patchouli books:
Go to src/main/resources/data/caupona/patchouli_books/book and create a folder name as the lang id you want to translate into. You may copy file from other language for convenience.
Patchouli book recipes page:
They are auto generated, you won't need to translate them manually. Go to src/datagen/java/com/teammoeg/caupona/datagen/CPBookGenerator.java Line 92 and add your lang id into the array. I would run the generation process during merge.