diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-12 11:00:57 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-12 11:00:57 -0400 |
commit | 53fa8f7a50ecc25c8d4b796a5a8b4e489b354ae2 (patch) | |
tree | 8bf31c8e1af0f2fe962a724a8e7ef3b7392db0fb /tools | |
parent | 291f83f19a34f9d3664c08a77d7771ca3641124a (diff) | |
download | uBlock-53fa8f7a50ecc25c8d4b796a5a8b4e489b354ae2.zip uBlock-53fa8f7a50ecc25c8d4b796a5a8b4e489b354ae2.tar.gz uBlock-53fa8f7a50ecc25c8d4b796a5a8b4e489b354ae2.tar.bz2 |
new: Basque translation by https://crowdin.com/profile/Osoitz
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 82514f3..549434f 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -19,6 +19,7 @@ cp $SRC/de/messages.json $DES/de/messages.json cp $SRC/el/messages.json $DES/el/messages.json cp $SRC/es-ES/messages.json $DES/es/messages.json cp $SRC/et/messages.json $DES/et/messages.json +cp $SRC/eu/messages.json $DES/eu/messages.json cp $SRC/fa/messages.json $DES/fa/messages.json cp $SRC/fi/messages.json $DES/fi/messages.json cp $SRC/fil/messages.json $DES/fil/messages.json @@ -70,6 +71,7 @@ cp $SRC/de/description.txt $DES/description-de.txt cp $SRC/el/description.txt $DES/description-el.txt cp $SRC/es-ES/description.txt $DES/description-es.txt cp $SRC/et/description.txt $DES/description-et.txt +cp $SRC/eu/description.txt $DES/description-eu.txt cp $SRC/fa/description.txt $DES/description-fa.txt cp $SRC/fi/description.txt $DES/description-fi.txt cp $SRC/fil/description.txt $DES/description-fil.txt |