Last active
October 30, 2019 06:36
-
-
Save pompopo/5f8aa9f4795ba53013756d421669b4e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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