Alpha: Category configs in the Quark config menu arent titled properly
Vazkii opened this issue · 4 comments
My bad, this was collateral damage from making the module system & config system two mostly-separate things
The config translation system (described in en_us.json under _quark.config.tl_note
) is also busted, i will need to fix it. I didn't think it was in use (because none of the official translation files use it) but I think some of the Chinese community uses it.
Fixed by 617cd16. Changed the Definition
api to use a builder pattern so it's a bit less unwieldy to use, then implemented a "display name" system on top of it. So it's still separate from the module system :)
I tested this with the _quark.config.tl_note
options and it seems to work, but some feedback from the chinese community (or anyone else using the config translation) would be appreciated. Does it work the way you expect?