-
Notifications
You must be signed in to change notification settings - Fork 7
Translating
Marko Dujović edited this page Apr 26, 2021
·
3 revisions
If you wish to translate this mod, you should clone the AdditionalBars git, add your translated .json file to src/main/resources/assets/additionalbars/lang/
, push changes and submit a Pull request.
name of the .json file needs to follow language locale code that you can find on Official Minecraft Wiki.
In the .josn file, there are multiple fields that need to be translated, along with __author
and __link
, where the first field is your name / nickname and second field is your github link. If you don't have github, you can send me a private message on CurseForge with the translation content, and I will fill the __author and __link with your CF username and CF link to your profile.
.json file content should follow the next format:
{
"__author": "Name or Nickname",
"__link": "Link to your profile",
"block.additionalbars.gold_bars": "Gold Bars",
"block.additionalbars.acacia_bars": "Acacia Bars",
"block.additionalbars.birch_bars": "Birch Bars",
...
}