Hex Casting

Hex Casting

6M Downloads

Need localisation for booleans [1.0] [Bug]

Talia-12 opened this issue ยท 2 comments

commented

image

commented
  "hexcasting.tooltip.boolean_true": "True",
  "hexcasting.tooltip.boolean_false": "False",

... huh?

commented

return Component.literal(b ? "hexcasting.tooltip.boolean_true" : "hexcasting.tooltip.boolean_false")

whooooopsy