From ef2159ba347281fd53d1fac65b77132a4ac60c01 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 22 Aug 2020 09:08:14 -0400 Subject: [PATCH] Use new download name for Crowdin package --- tools/import-crowdin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index 0886ee23b..808eb7e78 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -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