1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Use new download name for Crowdin package

This commit is contained in:
Raymond Hill 2020-08-22 09:08:14 -04:00
parent e33642da66
commit ef2159ba34
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -6,7 +6,7 @@ echo "*** uBlock: Importing from Crowdin archive"
SRC=~/Downloads/crowdin
rm -r $SRC
unzip -q ~/Downloads/uBlock.zip -d $SRC
unzip -q ~/Downloads/uBlock\ \(translations\).zip -d $SRC
DES=./src/_locales
cp $SRC/ar/messages.json $DES/ar/messages.json