mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +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
|
do
|
||||||
filename=$(basename "${file}")
|
filename=$(basename "${file}")
|
||||||
language="${filename%.*}"
|
language="${filename%.*}"
|
||||||
|
if [[ "${language}" == "en" ]]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
echo "Processing downloaded translations in ${language}..."
|
echo "Processing downloaded translations in ${language}..."
|
||||||
while read addon;
|
while read addon;
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue