Skip to content

Commit

Permalink
Add Localization (#36)
Browse files Browse the repository at this point in the history
This adds some missing localizations for unlocalized names returned by
the ItemStack-insensitive version of `Item.getUnlocalizedName()`.
Relevant for the Item/Block stats introduced in
GTNewHorizons/Hodgepodge#398.

---------

Co-authored-by: Glease <[email protected]>
  • Loading branch information
glowredman and Glease authored Jan 2, 2025
1 parent b9d0143 commit bf5dd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/assets/structurelib/lang/en_US.lang
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tile.structurelib.blockhint.name=Hint
tile.structurelib.blockhint.0.name=Hint 1 dot
tile.structurelib.blockhint.1.name=Hint 2 dots
tile.structurelib.blockhint.2.name=Hint 3 dots
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/structurelib/lang/zh_CN.lang
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tile.structurelib.blockhint.name=提示方块
tile.structurelib.blockhint.0.name=提示方块:1号
tile.structurelib.blockhint.1.name=提示方块:2号
tile.structurelib.blockhint.2.name=提示方块:3号
Expand Down

0 comments on commit bf5dd55

Please sign in to comment.