Difference between revisions of "Translating JSON"

From Apertium
Jump to navigation Jump to search
(Created page with "TODO: simple method to translate json files (like the ones in apertium-html-tools) this halfway works: jq 'to_entries|.[]|{ (.key):("</apertium-notrans>\(.value)<apertium-...")
(No difference)

Revision as of 09:03, 30 May 2014

TODO: simple method to translate json files (like the ones in apertium-html-tools)


this halfway works:

jq 'to_entries|.[]|{ (.key):("</apertium-notrans>\(.value)<apertium-notrans>") }'


See also