Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in lang files. #31

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/assets/thaumicbases/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tc.research_category.THAUMICBASES=Thaumic Bases
enchantment.elderKnowledge=Elder Wisdom
enchantment.eldritchBane=Eldritch Bane
enchantment.magicTouch=Magic Touched
enchantment.Tainted=Tainted
enchantment.tainted=Tainted
enchantment.vaporising=Vaporising
tb.rec.enchantments.magictouched=Weapons enchanted with Magic Touched will cause more aspect orbs to be dropped from slain creatures.
tb.rec.enchantments.vaporising=Weapons enchanted with Vaporising enchantment have a chance to drop corresponding crystallised essentia of creatures slain by it.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/thaumicbases/lang/zh_CN.lang
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tc.research_category.THAUMICBASES=神秘基础学
enchantment.elderKnowledge=睿智
enchantment.eldritchBane=异域杀手
enchantment.magicTouch=魔法之触
enchantment.Tainted=污染
enchantment.tainted=污染
enchantment.vaporising=蒸发
tb.rec.enchantments.magictouched=附魔了魔法之触的武器杀死生物时会掉落更多的要素球.
tb.rec.enchantments.vaporising=附魔了蒸发的武器杀死生物时,有几率掉落对应的晶化源质.
Expand Down