diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-30 01:04:28 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-30 01:04:28 -0500 |
commit | b0999c8af7eef2de4d322b413495462284152ef2 (patch) | |
tree | d26190ec41ade4da90a86382aa4c6a06c3723141 /tools | |
parent | 84b44c2a8856da4289ab58d6bcf4b57ded5b6146 (diff) | |
download | uBlock-b0999c8af7eef2de4d322b413495462284152ef2.zip uBlock-b0999c8af7eef2de4d322b413495462284152ef2.tar.gz uBlock-b0999c8af7eef2de4d322b413495462284152ef2.tar.bz2 |
translation work from 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 bc10db1..d12188b 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -18,6 +18,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/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 cp $SRC/fr/messages.json $DES/fr/messages.json @@ -57,6 +58,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/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 cp $SRC/fr/description.txt $DES/description-fr.txt |