awkay / easy-i18n

A Java Library that interfaces with GNU Gettext and Java i18n Facilities to Make i18n Easier
MIT License
31 stars 6 forks source link

WARNING: This library needs a new maintainer. I do not intend to do any further updates or releases. If you want to release a maintained fork I'll be glad to point this at your repository. You can rename it (and packages) however you like.

Easy I18N

This is a Java Library that is intended to make it much easier to create internationalized programs. It includes the following features:

Building

This library uses Maven. You can import it into an IDE as a Maven project, or build it from the command line:

mvn package

Please see the wiki for full docs.