joshiejack / Mariculture

Minecraft Mod
MIT License
44 stars 42 forks source link

Improve localization for books #102

Closed Adaptivity closed 10 years ago

Adaptivity commented 10 years ago

It's a bit hard to update books localization every update. Maybe it's possible to delete all code stuff from localization files. Like:

dyeBlue|dyeBlack|
        <craft2>paper|dyeBlue|</craft2>
        <craft3>||</craft3>
        <craftResult>plan_blank</craftResult>

and leave only text for localization.

joshiejack commented 10 years ago

Honestly the reason I didn't do this is because different languages would require different amounts of space or resizing. Plus putting it in the lang, those can't be changed 'live' like you can when editing the xml for the books, so it made it difficult for me to actually get everything set out how I wanted. I'll leave it for consideration, but right now it would be a bit too much work. I'm surprised anyone even bothered with translating them, considering how much there is.

joshiejack commented 10 years ago

I have some different plans entirely for what I want to do with regards to my ingame documentation so imma close this for now.

Adaptivity commented 10 years ago

Will be wait for it :smile: