NuclearCraft

NuclearCraft

31M Downloads

[Question] Quick question about your code

PABessero opened this issue ยท 8 comments

commented

Here's the question / suggestion:
Why arent the lang files organized in a resource bundle? it would be pretty much the same when you work on the actual mode, but for translation it would make the process faster, especially when doing it from scratch

commented

https://gyazo.com/82b360b15e4f39190675d949d530433f (heres a screen on how it would show for the translators)

commented

A resource bundle? Could you explain in a little more detail? I don't write the translations, but separate lang files is how MC deals with different languages.

commented

Sure, resource bundles are basically property files that will sync attributes between different langs and locals, thats how Java usually handles it. (https://gyazo.com/11e03a6c99f10da1ab4e7c5564d09c23)

commented

it is still made in multiple files, but those files are linked with each other

commented

So how would this actually work in practice? I don't actually write the translations so would this help?

commented

from what i know, it wouldnt change anything for you, wouldnt make it easier nor harder, its for the ones making the translation that it would change something

commented

So what about making the translations would be easier? This is a very new thing to me and I'm not at all sure how this would actually be implemented, particulalry in this context.

commented

I don't think this is something supported by Minecraft/Forge, so unfortunately I don't think I can use this.