twine
twine copied to clipboard
Feature request: CSV formatter
If would be very convenient to have a CSV formatter included with twine.
Some translation services I have worked with before like requests to be in an MS Excel-ready format.
(I know that the API exists for new formatters and the readme states anyone can contribute one - I still wanted to put this out there)
There has been some activity on this in the past, but nothing that made it into the repository.
#34 #41
Also, as mentioned in the above issues, this functionality probably makes sense as an option to the generate-loc-drop and consume-loc-drop commands. And something similar could probably be added for XLIFF.
Twine commands names have changed. generate-loc-drop is now generate-localization-archive. The old command is deprecated and will soon stop working. For more information please check the documentation at https://github.com/mobiata/twine
The lib(https://github.com/marek-saji/po-csv) allows to use the flow :
twine.txt<->gettext<->csv<->excel
Closing this as a CSV formatter should probably be done in a plugin.