
[FEATURE] allow Translation keys as Names
Mari023 opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
It is currently Impossible to make the names of buttons translatable
Describe the solution you'd like
Instead of the name as drawing a String, draw it as a Translatable Text
The chances for someone to accidentally use a translation key is pretty slim, and if there is no Translation, it will just draw the text
Describe alternatives you've considered
For my application, I could just use a mixin to change this, but other people might want this too