Do not process EN source files

This commit is contained in:
Franck Nijhof 2021-04-18 20:22:17 +02:00
parent 79ac26cd41
commit ca4ac13394
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -46,6 +46,9 @@ jobs:
do
filename=$(basename "${file}")
language="${filename%.*}"
if [[ "${language}" == "en" ]]; then
continue
fi
echo "Processing downloaded translations in ${language}..."
while read addon;
do