forked from CFPAOrg/Minecraft-Mod-Language-Package
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
projects/1.19/assets/the-twilight-forest/twilightforest/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"itemGroup.twilightforest.blocks": "Twilight Forest: Blocks", | ||
"itemGroup.twilightforest.items": "Twilight Forest: Items", | ||
"itemGroup.twilightforest.equipment": "Twilight Forest: Equipment", | ||
"advancement.twilightforest.root": "Twilight Forest" | ||
} |
7 changes: 7 additions & 0 deletions
7
projects/1.19/assets/the-twilight-forest/twilightforest/lang/zh_cn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_cfpa.comment": "官译补丁", | ||
"itemGroup.twilightforest.blocks": "暮色森林丨方块", | ||
"itemGroup.twilightforest.items": "暮色森林丨物品", | ||
"itemGroup.twilightforest.equipment": "暮色森林丨装备", | ||
"advancement.twilightforest.root": "暮色森林" | ||
} |