Commit Graph

8 Commits

Author SHA1 Message Date
Artur Shepilko 739c060018 lang: add Ukrainian to more languages 2022-08-18 13:20:02 -05: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
Daniel Ortega a72928a9e7
Adding Spanish translation of "Hebrew" literal (#5893)
* Adding Spanish translation of "Hebrew" literal

* Adding Spanish translation (esUS) of "Hebrew" literal
2020-04-11 09:00:45 -05:00
MilanKral d9edf661dd
lang: Slovak translation (#5523) 2020-04-10 12:00:26 -05:00
Bartosz Dziewoński 4a21882345
lang: translation improvements and corrections for Polish 2020-03-31 09:43:13 +02:00
damencho 3c36eece5e Commit from translate.jitsi.org by user damencho.: 620 of 626 strings translated (0 fuzzy). 2020-02-07 13:45:40 +00:00
damencho edb56200d5 Commit from translate.jitsi.org by user damencho.: 621 of 621 strings translated (0 fuzzy). 2019-12-20 16:21:23 +00:00
jitsi-pootle ab2bb7686e New files added from translate.jitsi.org based on templates 2019-07-22 10:14:05 +00:00