Translating JSON
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>") }'