KingContaria / seedqueue

Minecraft mod that generates multiple worlds concurrently and lets players reset them on an ingame wall screen.
MIT License
32 stars 18 forks source link

Add Polish Language Support #36

Open memerson12 opened 2 months ago

memerson12 commented 2 months ago

Polish language using translations provided by @MadoBrick in the discord

memerson12 commented 2 months ago

language file filenames should be all lowercase as they match to resource locations in game

Updated. Didn't realize that Minecraft didn't use the standard. I just pulled the locale code from here https://docs.oracle.com/cd/E23824_01/html/E26033/glset.html

KingContaria commented 2 months ago

Thanks for the PR! :) You'll need one more person verifying your translations, please check the newly added translations workflow: https://github.com/KingContaria/seedqueue/issues/66

memerson12 commented 1 month ago

More or less correct, it's missing some entries compared to https://github.com/KingContaria/seedqueue/blob/main/src/main/resources/assets/seedqueue/lang/en_us.json

That's because the PR was made very early on and some translation keys were added later. I went ahead and committed your suggested changes.

KingContaria commented 4 weeks ago

I will take this as a verification and probably merge the translations with 1.4