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
3 anni fa
Khatanbaatar
e79633b0ca
translated Mongolian language (#5646)
* translated Mongolia language
* app translated Mongolian language
* sorry, lint not checked
* lint checked
5 anni fa
MilanKral
d9edf661dd
lang: Slovak translation (#5523)
5 anni fa
Juri
92e81c3dbf
lang: added estonian translation
5 anni fa
Kenneth Thorman
959d61468e
lang: add danish translation
5 anni fa
damencho
34a71042c6
Enables Hungarian translation.
5 anni fa
damencho
6d4601fe66
Updates used languages and fixes loading them.
5 anni fa
Дамян Минков
2442ef80b0
Adds Afrikaans to languages. (#3884)
6 anni fa
Vangelis Zacharioudakis
0f9c7d8697
Add Greek to languages (#3111)
7 anni fa
Leonard Kim
eaea0e5f49
fix(languages): remove trailing comma from json
7 anni fa
Tunc Kayikcioglu
f64fdb4a8f
Updated available languages list (#2850)
7 anni fa
Ingo Bauersachs
8002b5ec6a
Add Esperanto
8 anni fa
Ingo Bauersachs
433a73e13d
Add Norwegian Bokmal
8 anni fa
Ingo Bauersachs
469487ad36
Add Chinese (China)
8 anni fa
hristoterezov
e731f6c3f3
feat(translation): ES6 support
8 anni fa
Ingo Bauersachs
03e8331e4f
Add polish and russian
8 anni fa
Ingo Bauersachs
a38e85b39c
Update languages.json
9 anni fa
Ingo Bauersachs
96bd3a54cb
Update languages.json
9 anni fa
Ingo Bauersachs
30c964f1e3
Add Portuguese (Brazil)
9 anni fa
Ingo Bauersachs
7a5461e1cb
Add missing languages from Pootle
9 anni fa
Ingo Bauersachs
819f1414d6
Add Swedish to active languages
9 anni fa
Ingo Bauersachs
2f9f5e0800
Add Slovak
9 anni fa
Ingo Bauersachs
88071e5258
Add Slovenian (sl)
9 anni fa
hristoterezov
d0efa6a77b
Adds French in available languages.
10 anni fa
Ingo Bauersachs
f2ae29d8e4
Add Italian
10 anni fa
hristoterezov
16fdd59617
Adds turkish language.
10 anni fa
hristoterezov
f16a1cdf44
Changes the implementation to store the language in local storage. Adds new languages.
10 anni fa
hristoterezov
3032ea7684
Implements basic multi language support.
10 anni fa