twine icon indicating copy to clipboard operation
twine copied to clipboard

Feature request: CSV formatter

Open hooby3dfx opened this issue 9 years ago • 4 comments

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)

hooby3dfx avatar Apr 13 '16 19:04 hooby3dfx

There has been some activity on this in the past, but nothing that made it into the repository.

#34 #41

scelis avatar Apr 13 '16 19:04 scelis

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.

scelis avatar Apr 13 '16 19:04 scelis

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

Kolyall avatar Mar 11 '20 08:03 Kolyall

The lib(https://github.com/marek-saji/po-csv) allows to use the flow : twine.txt<->gettext<->csv<->excel

Kolyall avatar Mar 11 '20 09:03 Kolyall

Closing this as a CSV formatter should probably be done in a plugin.

scelis avatar Aug 25 '22 21:08 scelis