How to add language
This tutorial help you to understand how to add new languages
Files & folders needed:
assets/texts/lang_*your_code*.json
assets/options.json
Open asstes/options.json file and find there languages property.
Add there new object with your code and name:
It will be looks like this:
Save options file and create new file in assets/text/lang_.json. Add there language name translation from options file.
Run game and check options. Now you can translate game.
Additional description about language strings formatting bbcodes here:
Last updated