1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-22 04:00:37 +12:00

bring packages up-to-date with available translations

This commit is contained in:
gorhill 2016-03-02 11:11:52 -05:00
parent 61b3978a5d
commit 2e3e1ddb5a
2 changed files with 3 additions and 0 deletions

View file

@ -62,6 +62,7 @@ cp $SRCDIR/tr_TR/messages.json $DESDIR/tr/messages.json
cp $SRCDIR/uk_UA/messages.json $DESDIR/uk/messages.json
cp $SRCDIR/vi_VN/messages.json $DESDIR/vi/messages.json
cp $SRCDIR/zh_CN/messages.json $DESDIR/zh_CN/messages.json
cp $SRCDIR/zh_TW/messages.json $DESDIR/zh_TW/messages.json
rm -r $ARCDIR
echo "*** uMatrix: Import done."

View file

@ -27,7 +27,9 @@ cp -R ./src/_locales/fr $DES/_locales/
cp -R ./src/_locales/he $DES/_locales/
cp -R ./src/_locales/id $DES/_locales/
cp -R ./src/_locales/it $DES/_locales/
cp -R ./src/_locales/nl $DES/_locales/
cp -R ./src/_locales/pt_BR $DES/_locales/
cp -R ./src/_locales/pt_PT $DES/_locales/
cp -R ./src/_locales/tr $DES/_locales/
cp -R ./src/_locales/zh_TW $DES/_locales/
echo "*** uMatrix(Opera): Package done."