diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-28 09:10:26 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-28 09:10:26 -0500 |
commit | e1a7ac1c04533d95c1184b93b435256a02d20d46 (patch) | |
tree | 1fb9dd28547176e82e47b483cddb7a1b82211720 /tools | |
parent | a8b33a4a452dfe64e070d55a80cc1c17e9b8344d (diff) | |
download | uBlock-e1a7ac1c04533d95c1184b93b435256a02d20d46.zip uBlock-e1a7ac1c04533d95c1184b93b435256a02d20d46.tar.gz uBlock-e1a7ac1c04533d95c1184b93b435256a02d20d46.tar.bz2 |
translation work from crowdin
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 dd92fc1..66e23c6 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -27,6 +27,7 @@ cp $SRC/hu/messages.json $DES/hu/messages.json 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/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 cp $SRC/nl/messages.json $DES/nl/messages.json @@ -62,6 +63,7 @@ cp $SRC/hu/description.txt $DES/description-hu.txt 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/lv/description.txt $DES/description-lv.txt cp $SRC/no/description.txt $DES/description-no.txt cp $SRC/nl/description.txt $DES/description-nl.txt cp $SRC/pl/description.txt $DES/description-pl.txt |