date.chapril.org-framadate/locale
Luc Didry 1c8e0061b5 [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
2018-02-27 17:12:15 +01:00
..
br.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00
de.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00
en.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00
es.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00
fr.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00
it.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00
nl.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00
oc.json [Zanata] Prettyfying locales json files 2018-02-27 17:12:15 +01:00