https://github.com/amake/tmxgen
Tools for generating TMX files from various sources
https://github.com/amake/tmxgen
android apple cldr-data generator tmx translation
Last synced: 5 months ago
JSON representation
Tools for generating TMX files from various sources
- Host: GitHub
- URL: https://github.com/amake/tmxgen
- Owner: amake
- License: mit
- Created: 2018-10-23T15:50:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T23:00:25.000Z (about 3 years ago)
- Last Synced: 2025-06-20T15:14:30.252Z (6 months ago)
- Topics: android, apple, cldr-data, generator, tmx, translation
- Language: Makefile
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tmxgen
A collection of tools for generating TMX files from various sources.
Currently supported:
- [Apple glossaries](https://developer.apple.com/downloads/?name=glossaries)
- Android SDK strings
- [CLDR](http://cldr.unicode.org/index): 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](http://xmlstar.sourceforge.net/)
- xsltproc (part of [libxslt](http://xmlsoft.org/libxslt/))
- rainbow (part of [Okapi](http://okapiframework.org/))
The above are all available in [MacPorts](https://www.macports.org/).
See also [special instructions for Apple glossaries](vendor/apple/README.md).
# License
MIT