File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ unzip -q ~/Downloads/ublock.zip -d $SRC
1010
1111DES=./src/_locales
1212cp $SRC /ar/messages.json $DES /ar/messages.json
13+ cp $SRC /ca/messages.json $DES /ca/messages.json
1314cp $SRC /cs/messages.json $DES /cs/messages.json
1415cp $SRC /da/messages.json $DES /da/messages.json
1516cp $SRC /de/messages.json $DES /de/messages.json
@@ -45,6 +46,7 @@ cp $SRC/zh-TW/messages.json $DES/zh_TW/messages.json
4546
4647DES=./dist/description
4748cp $SRC /ar/description.txt $DES /description-ar.txt
49+ cp $SRC /ca/description.txt $DES /description-ca.txt
4850cp $SRC /cs/description.txt $DES /description-cs.txt
4951cp $SRC /da/description.txt $DES /description-da.txt
5052cp $SRC /de/description.txt $DES /description-de.txt
@@ -72,7 +74,7 @@ cp $SRC/tr/description.txt $DES/description-tr.txt
7274cp $SRC /uk/description.txt $DES /description-uk.txt
7375# cp $SRC/vi/description.txt $DES/description-vi.txt
7476cp $SRC /zh-CN/description.txt $DES /description-zh_CN.txt
75- cp $SRC /zh-TW/description.txt $DES /description-zh_TW.txt
77+ # cp $SRC/zh-TW/description.txt $DES/description-zh_TW.txt
7678
7779#
7880
You can’t perform that action at this time.
0 commit comments