Remove old Crowdin pull script
This commit is contained in:
parent
1f34061e3e
commit
d2b0a449d0
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [ ! "$CROWDIN_API_KEY" ]; then
|
|
||||||
echo "Please set CROWDIN_API_KEY" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ! which crowdin >/dev/null; then
|
|
||||||
echo "Please install the Crowdin CLI, see https://support.crowdin.com/cli-tool/" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# add supported locales here (Crowdin language codes)
|
|
||||||
for locale in de nl fr es-ES; do
|
|
||||||
crowdin pull -b master --tree -l $locale
|
|
||||||
done
|
|
Loading…
Reference in a new issue