mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-08-13 23:47:45 +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
35 lines
463 B
JSON
35 lines
463 B
JSON
{
|
|
"af": "",
|
|
"bg": "",
|
|
"ca": "",
|
|
"cs": "",
|
|
"da": "",
|
|
"de": "",
|
|
"el": "",
|
|
"en": "",
|
|
"enGB": "",
|
|
"eo": "",
|
|
"es": "",
|
|
"esUS": "",
|
|
"et": "",
|
|
"fi": "",
|
|
"fr": "",
|
|
"frCA": "",
|
|
"hr": "",
|
|
"hu": "",
|
|
"hy": "",
|
|
"it": "",
|
|
"ja": "",
|
|
"ko": "",
|
|
"nl": "",
|
|
"oc": "",
|
|
"pl": "",
|
|
"ptBR": "",
|
|
"ru": "",
|
|
"sv": "",
|
|
"tr": "",
|
|
"vi": "",
|
|
"zhCN": "",
|
|
"zhTW": ""
|
|
}
|