mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Use new download name for Crowdin package
This commit is contained in:
parent
e33642da66
commit
ef2159ba34
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue