aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sync-crowdin.sh
blob: 043e64f3c7e60cf015a1e37a60fafb50c1d3337d (plain) (blame)
1
2
3
4
#!/bin/bash
set -ex
curl -Lo - https://crowdin.com/backend/download/project/wireguard.zip | bsdtar -C ui/src/main/res -x -f - --strip-components 5 wireguard-android
find ui/src/main/res -name strings.xml -exec bash -c '[[ $(xmllint --xpath "count(//resources/*)" {}) -ne 0 ]] || rm -rf "$(dirname {})"' \;