Bountiful (Fabric)

Bountiful (Fabric)

7M Downloads

language problem

NeoStarWonV opened this issue ยท 3 comments

commented

What happened?

it is not working when I try to translate bounty rarity into Chinese.Is there a problem in the language code?

How can we reproduce it?

No response

Mod Version

1.20.1

Mod Loader

Forge

Mod Loader Version

47.3.1

Relevant log output

No response

commented

image

commented

Seems to be two things:

if (it.isLowerCase()) it.titlecase(Locale.getDefault()) else it.toString()

It might be Locale.getDefault there. Additionally, we should not be hardcoding "Bounty" in after the rarity. Something to fix for the future. Thanks!

commented

ok,thank you