diff options
author | gorhill <rhill@raymondhill.net> | 2015-07-12 19:08:39 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-07-12 19:08:39 -0400 |
commit | d9da7c996baa6fdbab92f8937f0025f7ab8f3a45 (patch) | |
tree | e37d037e4f66da62bff2976822b2dfb091a8c19c /tools | |
parent | 14a968eb2e0561a9fa305add7124c85ab9eacc90 (diff) | |
download | uBlock-d9da7c996baa6fdbab92f8937f0025f7ab8f3a45.zip uBlock-d9da7c996baa6fdbab92f8937f0025f7ab8f3a45.tar.gz uBlock-d9da7c996baa6fdbab92f8937f0025f7ab8f3a45.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 a5d7127..82514f3 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -49,6 +49,7 @@ 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/ta/messages.json $DES/ta/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 @@ -98,6 +99,7 @@ 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/ta/description.txt $DES/description-ta.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 |