[Zanata] Prettyfying locales json files
In order to compare actual json files to zanata-backed files, we need to sort the keys and have a 3-spaces indent. This is done with jq: cd locale/ mkdir tmp/ for i in *.json; do jq --indent 3 -S -M '.' < $i > tmp/$i ; done mv tmp/* . rmdir tmp
Showing
- locale/br.json 437 additions, 438 deletionslocale/br.json
- locale/de.json 438 additions, 438 deletionslocale/de.json
- locale/en.json 444 additions, 444 deletionslocale/en.json
- locale/es.json 438 additions, 438 deletionslocale/es.json
- locale/fr.json 446 additions, 446 deletionslocale/fr.json
- locale/it.json 438 additions, 438 deletionslocale/it.json
- locale/nl.json 436 additions, 436 deletionslocale/nl.json
- locale/oc.json 438 additions, 438 deletionslocale/oc.json
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment