Dykam / tabbychat

TabbyChat chat mod for Minecraft
16 stars 0 forks source link

Restore multi language support #49

Closed mattmess1221 closed 10 years ago

mattmess1221 commented 10 years ago

I recently converted the languages to use .langs instead of a class file. This means you can add support for other languages using a resource pack.

Unfortunately, the current languages need to be converted to the new format. If you're willing to do this, fork and do a PR. If you don't have a github, you can submit it via the Minecraft Forums.

Current en_US.lang

mattmess1221 commented 10 years ago

I converted them all using Properties's store method.