Update import-crowdin.sh

pull/11/head
unbeatable-101 4 years ago committed by GitHub
parent e09dee3bfb
commit 4ae7da466d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,9 +5,9 @@
DLDIR=~/Downloads
ARCDIR=$DLDIR/crowdin
echo "*** uMatrix: Importing from Crowdin archive"
echo "*** nuTensor: Importing from Crowdin archive"
rm -r $ARCDIR
unzip -q $DLDIR/uMatrix.zip -d $ARCDIR
unzip -q $DLDIR/nuTensor.zip -d $ARCDIR
# Add-on strings
LOCALEDIR=src/_locales
@ -66,6 +66,6 @@ cp $SRCDIR/zh_CN/messages.json $DESDIR/zh_CN/messages.json
cp $SRCDIR/zh_TW/messages.json $DESDIR/zh_TW/messages.json
rm -r $ARCDIR
echo "*** uMatrix: Import done."
echo "*** nuTensor: Import done."
git status

Loading…
Cancel
Save