Most of texts can't be translated/shown in game
EzerArch opened this issue ยท 0 comments
- The version of the mod you are using: Alpha 1.12-3.98
- Your Minecraft version: 1.11.2
- Your Forge version: 14.23.5.2847
I'm translating ArchitectureCraft but most of the strings in the mod can't be translated or can't be shown in the game.
This is all that can be found in the lang files:
tile.architecturecraft.sawbench.name=Architect's Sawbench
tile.architecturecraft.shape.name=Architectural Block
item.architecturecraft.largePulley.name=Large Pulley
item.architecturecraft.sawblade.name=Circular Saw Blade
item.architecturecraft.chisel.name=Architect's Chisel
item.architecturecraft.hammer.name=Architect's Hammer
item.architecturecraft.cladding.name=Cladding
itemGroup.architecture.tool=Architecture Craft Tools
itemGroup.architecture.shape=Architecture Craft Shapes
tooltip.architecturecraft.basematerial=Base: %s
tooltip.architecturecraft.secondarymaterial=Secondary: %s
Now compare with https://github.com/TridentMC/ArchitectureCraft/blob/1.12/src/main/resources/assets/architecturecraft/lang/en_US.lang.
Isn't it possible to have a MC1.12 release with the entries that are missing in the released jar? I would like also to submit a translation along with the release. :)