tmxgen
A collection of tools for generating TMX files from various sources.
Currently supported:
- Apple glossaries
- Android SDK strings
- CLDR: Unicode Common Locale Data Repository
Usage
Run make SRC_LANG=xx TRG_LANG=yy
from the root of the repository to generate
all TMXs for the specified languages.
Requirements
These external software packages must be installed and available on the PATH:
- xmlstarlet
- xsltproc (part of libxslt)
- rainbow (part of Okapi)
The above are all available in MacPorts.
See also special instructions for Apple glossaries.
License
MIT