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