Skip to content

Instantly share code, notes, and snippets.

@pompopo
Last active October 30, 2019 06:36
Show Gist options
  • Save pompopo/5f8aa9f4795ba53013756d421669b4e3 to your computer and use it in GitHub Desktop.
Save pompopo/5f8aa9f4795ba53013756d421669b4e3 to your computer and use it in GitHub Desktop.
cat lib/l10n/intl_ja.arb | jq -r '.|with_entries(select(.key|contains("@")|not))|to_entries[]|.key + "=" + .value'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment