watergov / Amethyst

GNU General Public License v3.0
1 stars 0 forks source link

I18n #24

Open lucyydotp opened 3 years ago

lucyydotp commented 3 years ago

Extract messages into a separate file to allow for internationalisation.

BomBardyGamer commented 3 years ago

Adventure already supports this with the translation registries

lucyydotp commented 3 years ago

MessageFormat clashes with the formatter code system we use so unfortunately its not an option

BomBardyGamer commented 3 years ago

Why don't we just use message format then? I mean, it's built in to Java anyway

BomBardyGamer commented 3 years ago

And also, no way it clashes, we can just convert between the two, no?

BomBardyGamer commented 3 years ago

And Adventure supports loading translations from resource bundles as well, so we're fine there too

lucyydotp commented 3 years ago

It won't work like that, I know how my own formatting code works

lucyydotp commented 3 years ago

Blocked by lucyy-mc/LucyCommonLib#16