pragmatrix / tnt

Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations.
MIT License
30 stars 2 forks source link

Support and test more XLIFF tools. #45

Open pragmatrix opened 6 years ago

pragmatrix commented 6 years ago

Besides supporting the Multilingual App Toolkit on Windows, tnt should at least (officially?) support one MacOS X and one Linux XLIFF tool.

pragmatrix commented 6 years ago

http://remuslazar.github.io/osx-xliff-tool/ seems to work, but not when tnt exports its strings containing <group> elements, which MultiLingual AppToolkit needs and tnt exports by default. So tnt probably needs to support exporting profiles?

/cc @benediktlechner

pragmatrix commented 6 years ago

Because the upcoming Excel exporter (#67) will most probably be used as the preferred roundtrip method, everything related to XLIFF can be postponed.