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

Pretty format .tnt-content files. #55

Closed pragmatrix closed 6 years ago

pragmatrix commented 6 years ago

They are currently written in Chiron's compact format, which seems to produce one-liners hurting usability when the content is viewed.

It does not hurt to write them in a formatted way. Loading performance should not matter and the files will be compressed sooner or later in the deployment pipeline.