Open cmplstofB opened 9 months ago
Currently, some text on the tooltip hard-coded. (e.g. “...% speed”)
https://github.com/lucaargolo/fabric-seasons/blob/ceca3676f7b322060404864a8f28138141073fbb/src/main/java/io/github/lucaargolo/seasons/mixin/ItemMixin.java#L63
I think it would be better make them translatable.
It's translatable now I guess since it's present in en_us.json.
en_us.json
Currently, some text on the tooltip hard-coded. (e.g. “...% speed”)
https://github.com/lucaargolo/fabric-seasons/blob/ceca3676f7b322060404864a8f28138141073fbb/src/main/java/io/github/lucaargolo/seasons/mixin/ItemMixin.java#L63
I think it would be better make them translatable.