mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 11:11:25 +00:00
Do not process EN source files
This commit is contained in:
parent
79ac26cd41
commit
ca4ac13394
1 changed files with 3 additions and 0 deletions
3
.github/workflows/translations-download.yaml
vendored
3
.github/workflows/translations-download.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue