This is the result of find lang -name "*.json" | while read file; do echo "Standardizing ${file}" t=$(mktemp) jq --indent 4 -S "." ${file} > ${t} mv ${t} ${file} done
* Add Lithuanian (lt) language Add Lithuanian (lt) language * Added Lithuanian translation Add Lithuanian translation by Mantas Kriaučiūnas (Baltix) and Raminta Stasaitytė * Dropping by damencho request