diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-29 09:43:26 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-29 09:43:26 -0500 |
commit | d0af26571a87b281ab274c520121fb101ee58055 (patch) | |
tree | 977701995cc88aed3ac3d89cce20c18f22da45d6 /tools | |
parent | 21b42304fe7368aedf3585d2eff407740c6d3201 (diff) | |
download | uBlock-d0af26571a87b281ab274c520121fb101ee58055.zip uBlock-d0af26571a87b281ab274c520121fb101ee58055.tar.gz uBlock-d0af26571a87b281ab274c520121fb101ee58055.tar.bz2 |
transation work from crowdin.com/project/ublock
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/import-crowdin.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index 66e23c6..bc10db1 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -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/bg/messages.json $DES/bg/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 @@ -27,6 +28,7 @@ cp $SRC/hu/messages.json $DES/hu/messages.json cp $SRC/id/messages.json $DES/id/messages.json cp $SRC/it/messages.json $DES/it/messages.json cp $SRC/ja/messages.json $DES/ja/messages.json +cp $SRC/ko/messages.json $DES/ko/messages.json cp $SRC/lv/messages.json $DES/lv/messages.json cp $SRC/mr/messages.json $DES/mr/messages.json cp $SRC/no/messages.json $DES/nb/messages.json @@ -47,11 +49,12 @@ 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/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 cp $SRC/de/description.txt $DES/description-de.txt -#cp $SRC/el/description.txt $DES/description-el.txt +cp $SRC/el/description.txt $DES/description-el.txt cp $SRC/es-ES/description.txt $DES/description-es.txt cp $SRC/et/description.txt $DES/description-et.txt cp $SRC/fi/description.txt $DES/description-fi.txt @@ -63,7 +66,9 @@ cp $SRC/hu/description.txt $DES/description-hu.txt cp $SRC/id/description.txt $DES/description-id.txt cp $SRC/it/description.txt $DES/description-it.txt cp $SRC/ja/description.txt $DES/description-ja.txt +cp $SRC/ko/description.txt $DES/description-ko.txt cp $SRC/lv/description.txt $DES/description-lv.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 cp $SRC/pl/description.txt $DES/description-pl.txt |