diff options
author | gorhill <rhill@raymondhill.net> | 2015-03-14 11:15:04 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-03-14 11:15:04 -0400 |
commit | 6312e98cfe0fcff2a3d9544ac16dae633b6bbb1c (patch) | |
tree | 4d3d2f29dbbcc7bbdc9e915d9c5b1e52706f74b0 /tools | |
parent | 77f03dd2830785591eac061a182ba6073f44c205 (diff) | |
download | uBlock-6312e98cfe0fcff2a3d9544ac16dae633b6bbb1c.zip uBlock-6312e98cfe0fcff2a3d9544ac16dae633b6bbb1c.tar.gz uBlock-6312e98cfe0fcff2a3d9544ac16dae633b6bbb1c.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 6cc1ad1..1787363 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -40,6 +40,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/sk/messages.json $DES/sk/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 @@ -84,6 +85,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/sk/description.txt $DES/description-sk.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 |