Localize in-game config
labpaw opened this issue ยท 2 comments
I saw you add in-game config. That cool. How about moving config strings into .lang file? Forge and some mods already done this. You can check it here: 1) .lang file looks: https://github.com/MinecraftForge/MinecraftForge/blob/master/src/main/resources/assets/forge/lang/en_US.lang 2) How it was done: MinecraftForge/MinecraftForge@04c2ed5