aboutsummaryrefslogtreecommitdiffstats
path: root/tools/import-crowdin.sh
diff options
context:
space:
mode:
authorRaymond Hill <rhill@raymondhill.net>2014-12-01 12:27:08 -0200
committerRaymond Hill <rhill@raymondhill.net>2014-12-01 12:27:08 -0200
commit79809964232f125a29822727cdc6e28910a85595 (patch)
tree445b57f4b7efb7604ab496369b00bf585b8b6b1c /tools/import-crowdin.sh
parent03fe8e2f1ba949d1e4b755d2ac53928241fd07d2 (diff)
downloaduBlock-79809964232f125a29822727cdc6e28910a85595.zip
uBlock-79809964232f125a29822727cdc6e28910a85595.tar.gz
uBlock-79809964232f125a29822727cdc6e28910a85595.tar.bz2
fr, de now also on Crowdin
Diffstat (limited to 'tools/import-crowdin.sh')
-rwxr-xr-xtools/import-crowdin.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh
index 9d5d15c..f368276 100755
--- a/tools/import-crowdin.sh
+++ b/tools/import-crowdin.sh
@@ -12,10 +12,12 @@ DES=./src/_locales
cp $SRC/ar/messages.json $DES/ar/messages.json
cp $SRC/cs/messages.json $DES/cs/messages.json
cp $SRC/da/messages.json $DES/da/messages.json
+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/fi/messages.json $DES/fi/messages.json
+cp $SRC/fr/messages.json $DES/fr/messages.json
cp $SRC/he/messages.json $DES/he/messages.json
cp $SRC/hi/messages.json $DES/hi/messages.json
cp $SRC/hr/messages.json $DES/hr/messages.json
@@ -43,10 +45,12 @@ DES=./dist/description
cp $SRC/ar/description.txt $DES/description-ar.txt
cp $SRC/cs/description.txt $DES/description-cs.txt
cp $SRC/da/description.txt $DES/description-da.txt
+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/fi/description.txt $DES/description-fi.txt
+cp $SRC/fr/description.txt $DES/description-fr.txt
cp $SRC/he/description.txt $DES/description-he.txt
cp $SRC/hr/description.txt $DES/description-hr.txt
cp $SRC/hu/description.txt $DES/description-hu.txt