Translating JSON

From Apertium
Revision as of 09:03, 30 May 2014 by Unhammer (talk | contribs) (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-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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