Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit bc5deb9

Browse files
committed
clean
1 parent 94e11bf commit bc5deb9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
<img height="120" src="src/main/resources/icon.png" width="120"/>
22

33
# Checklist Localizer
4+
<a href="https://www.curseforge.com/minecraft/mc-mods/checklist-localizer">
5+
<img alt="curseforge" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/curseforge_vector.svg">
6+
</a>
7+
48
Make [Checklist](https://www.curseforge.com/minecraft/mc-mods/checklist) Mod support task localization!
59

610
### You can localize it in the following ways:
711

8-
LTDR: See [example](example)
12+
TLDR: See [example](example)
913

1014
First, create a new language file (e.g. `en_us.json`).
1115

12-
Then you can use the text contents of `tasks.txt` as a translation key to write the language file. As shown below:
16+
Then you can use the text contents of `config/checklist/tasks.txt` as a translation key to write the language file. As shown below:
1317
```json
1418
{
1519
"Example Title": "Localized Title",

0 commit comments

Comments
 (0)