Commit Graph

4 Commits

Author SHA1 Message Date
Christoph Settgast 7fe319d965 lang: sort json keys
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
2022-01-18 20:14:55 +01:00
Marius Bardan d93b219c7f lang: update RO translations 2020-06-02 10:19:06 +02:00
Marius Bardan 10cd150a07 lang: update RO translations 2020-06-02 10:19:06 +02:00
marius-bardan 5977f09202
lang: complete Romanian translation
Co-authored-by: Marius Bardan <marius.bardan@8x8.com>
2020-05-26 09:18:38 +02:00