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

`tnt translate` should work similar to `tnt export` #57

Closed pragmatrix closed 6 years ago

pragmatrix commented 6 years ago

Specifically, to translate all new strings tnt translate --all should be used. Currently all new strings of all new languages are translated with tnt translate only, which is just too easy.