90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Checklist Localizer
Make Checklist Mod support task localization!
You can localize it in the following ways:
TLDR: See example
First, create a new language file (e.g. en_us.json
).
Then you can use the text contents of config/checklist/tasks.txt
as a translation key to write the language file. As shown below:shown below:
{
"Example Title": "Localized Title",
"Task 1": "Localized Task 1",
"Task 2": "Localized Task 2"
}
Finally you'll be able to load it into the resource pack and load the resource pack in the game.
Links
Details
Licensed GPL-3.0-or-later
Published 17 days ago
Updated 18 days ago