Multi language support in SRLauncher #7
MinecraftSRDEV
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've just released the first build for version 0.16, which introduces the ability to display the UI in multiple languages. Texts are loaded as langpack files and can be freely translated into multiple languages, and there can be many of them.
Setting texts this way can be more error-prone and significantly complicate the code in the long run, but on the other hand, the launcher is more flexible.
For now, I'm planning to implement it experimentally in 0.16 and see how it goes. Do you think this data loading system is worth further development?
All reactions