View on GitHub

Localizationbuildtasks

A tool for preparing resources for translation and integrating them back into your product.

Download this project as a .zip file Download this project as a tar.gz file

localization-build-tasks

A tool for preparing resources for translation and integrating them back into your product.

Problem

In a large code base, I've found that delivering resources to translators and integrating their work back into a product to be a pain point even though all my resources are in properties files as they should be. You can give them your entire directory structure of resource files which may work the first time you translate your product, but I don't like the idea of relying on a third party to find and update translations the next next go around and I don't want to pay for them to re-translate an entire product. I needed a way to:

How to Use

  1. Call from a build task just like any custom java ant build task.

License

MIT license