Checklist Localizer
Make the Checklist mod support localization of your tasks in various languages!
Localization methods
Here's how you can translate your tasks into other languages:
In essence: Check out the implementation example for better understanding of the process.
Localization creation process:
First of all, create a new language file in your resource pack with the appropriate region name, for example: en_us.json.
Then you'll use the text content from the config/checklist/tasks.txt file as translation keys when composing the language file. Clear usage example:
{
"Example Title": "Translated Title",
"Task 1": "Translated Task 1",
"Task 2": "Translated Task 2"
}
After completing this step, you'll be able to place the created language file in the resource pack folder and activate this resource pack in the game itself to apply the ready translations.