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
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
Besnik Bleta
a866be787f
Update for sq translation ( #9449 )
...
* Adding sq translation
* Adding sq to languages.json
* Updating sq translation
* Fixing missing commas and updating string changes
* Fixing unclosed quotes
2021-06-28 16:22:36 +03:00
Besnik Bleta
32a9c94dee
Adding sq translation ( #9091 )
...
* Adding sq translation
* Adding sq to languages.json
2021-04-30 17:27:13 -05:00