mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-01-22 11:45:42 +00:00
Fix locale sort not to use sponge
This commit is contained in:
@@ -31,6 +31,6 @@ for file in *.json; do
|
||||
fi
|
||||
|
||||
echo "Sorting $file"
|
||||
jq --tab --sort-keys . "$file" | sponge "$file"
|
||||
tmp=$(mktemp) && jq --tab --sort-keys . "$file" > "$tmp" && mv "$tmp" "$file"
|
||||
fi
|
||||
done
|
||||
|
||||
0
frontend/src/locale/src/lang-list.json
Executable file → Normal file
0
frontend/src/locale/src/lang-list.json
Executable file → Normal file
@@ -656,4 +656,4 @@
|
||||
"users": {
|
||||
"defaultMessage": "Gebruikers"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
0
frontend/src/locale/src/zh.json
Executable file → Normal file
0
frontend/src/locale/src/zh.json
Executable file → Normal file
Reference in New Issue
Block a user