Improving the i18n system #6
gdude2002
announced in
Announcements
Replies: 2 comments
-
As an aside, I've been thinking about somehow having core translations be downloaded at runtime, so I don't have to push a new KordEx build for users to get translations updates - though I'm not 100% sure on how to do that, or whether it's a good idea. Thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
A lot of work has gone into this update so far! Here's a quick summary:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, everyone!
My current plan is to make KordEx 2.3.0 the i18n update. I'm currently working on standardising the translation provider's functions (there were so many messy overloads that it was difficult to find a usable argument pattern), but there are other questions that need to be answered. So, in the usual fashion, I'd like to bring those questions to you!
Additionally, some changes to the i18n system will be required to support translation bundles from plugins. This is because the standard resource bundle system uses classpath resources, and this means that plugin translation bundles currently aren't resolved from plugins. To that end, please sound off on the following options:
Please leave your feedback below, or leave a comment in the corresponding thread in
#make-yourself-heard
on the Discord server.Beta Was this translation helpful? Give feedback.
All reactions