diff options
author | gorhill <rhill@raymondhill.net> | 2015-03-13 17:21:00 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-03-13 17:21:00 -0400 |
commit | 08a76a5287d9670d8fe919588dbcaee367113e69 (patch) | |
tree | 7cf1f1ce8740e6fd73bac979fa86ccf28fc51502 /tools | |
parent | 0bcde1666e7fc0076648514627100697e6cff438 (diff) | |
download | uBlock-08a76a5287d9670d8fe919588dbcaee367113e69.zip uBlock-08a76a5287d9670d8fe919588dbcaee367113e69.tar.gz uBlock-08a76a5287d9670d8fe919588dbcaee367113e69.tar.bz2 |
translation work from https://crowdin.com/translate/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 709be63..8701d34 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -41,6 +41,7 @@ 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/te/messages.json $DES/te/messages.json cp $SRC/tr/messages.json $DES/tr/messages.json cp $SRC/uk/messages.json $DES/uk/messages.json cp $SRC/vi/messages.json $DES/vi/messages.json @@ -81,6 +82,7 @@ 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/te/description.txt $DES/description-te.txt 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 |