[IMPROVEMENT] Improve Localization Support
tofodroid opened this issue ยท 0 comments
Is your improvement request related to a problem? Please describe.
Currently much of MIMI is hardcoded in English which makes it difficult to have localizations in other languages.
Describe the solution you'd like
Reduce the amount of hardcoded English in the mod and extract as much as possible to localization files.
Additional context
Much of this can be achieved using Component.translatableWithFallback(...)
or Component.translatable(...)
in place of Component.literal(...)