From 79809964232f125a29822727cdc6e28910a85595 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 1 Dec 2014 12:27:08 -0200 Subject: [PATCH] fr, de now also on Crowdin --- tools/import-crowdin.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index 9d5d15cde..f368276aa 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