diff options
author | gorhill <rhill@raymondhill.net> | 2015-02-15 14:55:01 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-02-15 14:55:01 -0500 |
commit | 7fc6d35dd30f59a5efcd06bdaecbf39b70ed81ca (patch) | |
tree | 76a6da125a27956413cf1d694c4f2e372bd79fd4 /tools | |
parent | 3150c286cf69200305a90701b0481a7932b00a90 (diff) | |
download | uBlock-7fc6d35dd30f59a5efcd06bdaecbf39b70ed81ca.zip uBlock-7fc6d35dd30f59a5efcd06bdaecbf39b70ed81ca.tar.gz uBlock-7fc6d35dd30f59a5efcd06bdaecbf39b70ed81ca.tar.bz2 |
translation work from https://crowdin.com/project/ublock
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/import-crowdin.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index d12188b..bb68b02 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -39,6 +39,7 @@ 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/sq/messages.json $DES/sq/messages.json cp $SRC/sv-SE/messages.json $DES/sv/messages.json cp $SRC/tr/messages.json $DES/tr/messages.json cp $SRC/uk/messages.json $DES/uk/messages.json @@ -78,6 +79,7 @@ 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/sq/description.txt $DES/description-sq.txt cp $SRC/sv-SE/description.txt $DES/description-sv.txt cp $SRC/tr/description.txt $DES/description-tr.txt cp $SRC/uk/description.txt $DES/description-uk.txt |