Skip to content

Commit

Permalink
fix: Add missing i18n for key modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Sep 18, 2023
1 parent eb2df4f commit 539edd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ minecraft_version_range=[1.20,1.21)
java_version = 17

# Balm
balm_version = 7.1.0-SNAPSHOT
balm_version = 7.2.0-SNAPSHOT
balm_version_range = [7.0.0,)

# Forge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
"key.craftingtweaks.spread": "Spread Grid",
"key.craftingtweaks.toggleButtons": "Toggle Buttons",
"key.craftingtweaks.compressOne": "Compress Item",
"key.craftingtweaks.compressOne_modifier": "Compress Item (Hold)",
"key.craftingtweaks.compressStack": "Compress Stack",
"key.craftingtweaks.compressAll": "Compress All",
"key.craftingtweaks.compressAll_modifier": "Compress All (Hold)",
"key.craftingtweaks.decompressOne": "Decompress Item",
"key.craftingtweaks.decompressStack": "Decompress Stack",
"key.craftingtweaks.decompressAll": "Decompress All",
"key.craftingtweaks.refill_last": "Refill Last",
"key.craftingtweaks.refill_last_stack": "Refill Last (Stack)",
"key.craftingtweaks.refill_last_modifier": "Refill Last (Hold)",
"key.craftingtweaks.refill_last_stack": "Refill Last Stack",
"key.craftingtweaks.transfer_stack": "Transfer to Crafting Grid",
"tooltip.craftingtweaks.rotate": "Rotate Grid",
"tooltip.craftingtweaks.balance": "Balance Grid",
Expand Down

0 comments on commit 539edd1

Please sign in to comment.