aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-07-05 08:04:24 -0400
committergorhill <rhill@raymondhill.net>2015-07-05 08:04:24 -0400
commit65647860f61380fe343b29cbfe51bcc8bc10d93b (patch)
tree57467242137fa1afb1f881f194bf218729e4741e /tools
parentdd394ebba51723c89e063caecae3bfa71729af77 (diff)
downloaduBlock-65647860f61380fe343b29cbfe51bcc8bc10d93b.zip
uBlock-65647860f61380fe343b29cbfe51bcc8bc10d93b.tar.gz
uBlock-65647860f61380fe343b29cbfe51bcc8bc10d93b.tar.bz2
translation work from https://crowdin.com/project/ublock
Diffstat (limited to 'tools')
-rwxr-xr-xtools/import-crowdin.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh
index 1ace65c..a5d7127 100755
--- a/tools/import-crowdin.sh
+++ b/tools/import-crowdin.sh
@@ -11,6 +11,7 @@ unzip -q ~/Downloads/ublock.zip -d $SRC
DES=./src/_locales
cp $SRC/ar/messages.json $DES/ar/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
cp $SRC/cs/messages.json $DES/cs/messages.json
cp $SRC/da/messages.json $DES/da/messages.json
@@ -35,6 +36,7 @@ cp $SRC/ko/messages.json $DES/ko/messages.json
cp $SRC/lt/messages.json $DES/lt/messages.json
cp $SRC/lv/messages.json $DES/lv/messages.json
cp $SRC/mr/messages.json $DES/mr/messages.json
+#cp $SRC/ms/messages.json $DES/ms/messages.json
cp $SRC/no/messages.json $DES/nb/messages.json
cp $SRC/nl/messages.json $DES/nl/messages.json
cp $SRC/pl/messages.json $DES/pl/messages.json
@@ -59,6 +61,7 @@ cp $SRC/zh-TW/messages.json $DES/zh_TW/messages.json
DES=./dist/description
cp $SRC/ar/description.txt $DES/description-ar.txt
cp $SRC/bg/description.txt $DES/description-bg.txt
+cp $SRC/bn/description.txt $DES/description-bn.txt
cp $SRC/ca/description.txt $DES/description-ca.txt
cp $SRC/cs/description.txt $DES/description-cs.txt
cp $SRC/da/description.txt $DES/description-da.txt
@@ -81,6 +84,7 @@ cp $SRC/ja/description.txt $DES/description-ja.txt
cp $SRC/ko/description.txt $DES/description-ko.txt
cp $SRC/lt/description.txt $DES/description-lt.txt
cp $SRC/lv/description.txt $DES/description-lv.txt
+cp $SRC/ms/description.txt $DES/description-ms.txt
#cp $SRC/mr/description.txt $DES/description-mr.txt
cp $SRC/no/description.txt $DES/description-no.txt
cp $SRC/nl/description.txt $DES/description-nl.txt
@@ -99,7 +103,7 @@ cp $SRC/tr/description.txt $DES/description-tr.txt
cp $SRC/uk/description.txt $DES/description-uk.txt
cp $SRC/vi/description.txt $DES/description-vi.txt
cp $SRC/zh-CN/description.txt $DES/description-zh_CN.txt
-#cp $SRC/zh-TW/description.txt $DES/description-zh_TW.txt
+cp $SRC/zh-TW/description.txt $DES/description-zh_TW.txt
#