add import of Azerbaijani, Thai

This commit is contained in:
Raymond Hill 2018-07-22 15:49:44 -04:00
parent 5465d6010b
commit 2d2339a26b
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -10,6 +10,7 @@ unzip -q ~/Downloads/ublock.zip -d $SRC
DES=./src/_locales
cp $SRC/ar/messages.json $DES/ar/messages.json
cp $SRC/az/messages.json $DES/az/messages.json
cp $SRC/bg/messages.json $DES/bg/messages.json
cp $SRC/bn/messages.json $DES/bn/messages.json
cp $SRC/ca/messages.json $DES/ca/messages.json
@ -58,6 +59,7 @@ cp $SRC/sr/messages.json $DES/sr/messages.json
cp $SRC/sv-SE/messages.json $DES/sv/messages.json
cp $SRC/ta/messages.json $DES/ta/messages.json
cp $SRC/te/messages.json $DES/te/messages.json
cp $SRC/th/messages.json $DES/th/messages.json
cp $SRC/tr/messages.json $DES/tr/messages.json
cp $SRC/uk/messages.json $DES/uk/messages.json
cp $SRC/vi/messages.json $DES/vi/messages.json