mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-08-14 19:27:47 +00:00
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
28 lines
567 B
JSON
28 lines
567 B
JSON
{
|
|
"af": "",
|
|
"az": "Azerbeidjans",
|
|
"bg": "Bulgaars",
|
|
"cs": "Tsjeggies",
|
|
"de": "Duits",
|
|
"el": "Grieks",
|
|
"en": "Engels",
|
|
"eo": "Esperanto",
|
|
"es": "Spaans",
|
|
"fr": "Frans",
|
|
"hy": "Armeens",
|
|
"it": "Italiaans",
|
|
"ja": "Japannees",
|
|
"ko": "Koreaans",
|
|
"nb": "Bokmal-Noorweegs",
|
|
"oc": "Oksitaans",
|
|
"pl": "Pools",
|
|
"ptBR": "Portugees (Brasilië)",
|
|
"ru": "Russies",
|
|
"sk": "Slowaaks",
|
|
"sl": "Sloweens",
|
|
"sv": "Sweeds",
|
|
"tr": "Turks",
|
|
"vi": "Viëtnamees",
|
|
"zhCN": "Sjinees (Sjina)"
|
|
}
|