diff options
author | gorhill <rhill@raymondhill.net> | 2015-03-13 17:27:25 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-03-13 17:27:25 -0400 |
commit | bced12efdb4961b4bc58251e7501d43556fcf7af (patch) | |
tree | a24d52d33cd561ae17abf2a748755dd8164f1c01 /tools | |
parent | e117fb9cff975d5840d6c5622674c033e39a6739 (diff) | |
download | uBlock-bced12efdb4961b4bc58251e7501d43556fcf7af.zip uBlock-bced12efdb4961b4bc58251e7501d43556fcf7af.tar.gz uBlock-bced12efdb4961b4bc58251e7501d43556fcf7af.tar.bz2 |
added newly available translations
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/import-crowdin.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index 8701d34..6cc1ad1 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -30,6 +30,7 @@ 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/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/no/messages.json $DES/nb/messages.json @@ -39,7 +40,9 @@ cp $SRC/pt-BR/messages.json $DES/pt_BR/messages.json cp $SRC/pt-PT/messages.json $DES/pt_PT/messages.json cp $SRC/ro/messages.json $DES/ro/messages.json cp $SRC/ru/messages.json $DES/ru/messages.json +cp $SRC/sl/messages.json $DES/sl/messages.json cp $SRC/sq/messages.json $DES/sq/messages.json +cp $SRC/sr/messages.json $DES/sr/messages.json cp $SRC/sv-SE/messages.json $DES/sv/messages.json cp $SRC/te/messages.json $DES/te/messages.json cp $SRC/tr/messages.json $DES/tr/messages.json @@ -71,6 +74,7 @@ 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/lt/description.txt $DES/description-lt.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 @@ -80,7 +84,9 @@ cp $SRC/pt-BR/description.txt $DES/description-pt_BR.txt cp $SRC/pt-PT/description.txt $DES/description-pt_PT.txt cp $SRC/ro/description.txt $DES/description-ro.txt cp $SRC/ru/description.txt $DES/description-ru.txt +cp $SRC/sl/description.txt $DES/description-sl.txt cp $SRC/sq/description.txt $DES/description-sq.txt +cp $SRC/sr/description.txt $DES/description-sr.txt cp $SRC/sv-SE/description.txt $DES/description-sv.txt cp $SRC/te/description.txt $DES/description-te.txt cp $SRC/tr/description.txt $DES/description-tr.txt |