Commit Graph

7 Commits

Author SHA1 Message Date
TTG 90b17046f6
fix(lang) remove non-existent languages (#12258)
* Remove Thai from all language.json

* Remove Azerbaijani from all language.json
2022-09-27 14:50:37 -05:00
ONO Yoshio 35e97450f9
fix(lang) update Japanese translation 2022-01-27 09:23:59 +01:00
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
Prime9999 d03173e827
fix(lang) update Japanese translations 2020-11-11 09:42:22 +01:00
damencho 4be3042cb0 Commit from translate.jitsi.org by user damencho.: 445 of 586 strings translated (25 fuzzy). 2019-07-22 12:58:09 +00:00
damencho 75daedf9ab Commit from translate.jitsi.org by user damencho.: 406 of 583 strings translated (30 fuzzy). 2019-04-01 12:40:08 +00:00
jitsi-pootle 0d4dcffbac New files added from translate.jitsi.org based on templates 2017-12-06 16:44:57 +00:00