CustomLoadingScreen icon indicating copy to clipboard operation
CustomLoadingScreen copied to clipboard

Multi language coding error

Open ddaodan opened this issue 3 years ago • 2 comments

I created a new file called "zh_cn.lang" and put it in lang folder. As follows

customloadingscreen.modstate.minecraft_init=Minecraft初始化中 customloadingscreen.modstate.construction=构建 customloadingscreen.modstate.pre_initialization=预初始化 customloadingscreen.modstate.initialization=初始化 customloadingscreen.modstate.post_initialization=后初始化 customloadingscreen.modstate.completed=完成 customloadingscreen.modstate.reloading_resource_packs=重新加载资源包 customloadingscreen.mcstate.modelloader.items=加载物品模型 customloadingscreen.mcstate.modelloader.blocks=加载方块模型 customloadingscreen.mcstate.modelloader.bake=烘焙模型 customloadingscreen.mcstate.texture.load=加载纹理 customloadingscreen.mcstate.texture.stitch=拼接纹理 customloadingscreen.loading=加载中 customloadingscreen.finishing=完成

The encoding used is UTF8. But in the game, it's the color blocks. QQ截图20210304221400

Mod version is 1.12.2-1.4.1 English is translated by Google and may not be accurate.

ddaodan avatar Mar 04 '21 14:03 ddaodan

Does 1.5.0-pre.1 work correctly?

AlexIIL avatar Mar 04 '21 19:03 AlexIIL

Does 1.5.0-pre.1 work correctly?

yes,it's working.

ddaodan avatar Mar 05 '21 01:03 ddaodan