-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internationalization ? #17
Comments
Would be very interesting to see this implemented. |
Really ? |
An easy way to find all these Internationalization files is : grep -R "language.code=" ~/.minecraft/assets/ |
|
@Gjum heh, I don't know what you are talking about :P |
Plan: have a i18nName field in blocks.json, items.json instead of displayName and a lang.json with the i18nName -> displayName mapping, and let the wrappers to the link when needed. |
it's in assets/minecraft/lang |
Mojang provides Internationalization files in the client jar (for the display names)
It might be interesting in the long term to provide that kind of data somehow.
Example in english http://hastebin.com/tisalowasa
The text was updated successfully, but these errors were encountered: