Skip to content

Commit

Permalink
fix: fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieluna committed Dec 25, 2024
1 parent 74e51e7 commit b79d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lokalise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
| sed '1s/^\xEF\xBB\xBF//' \
| grep -vE '^(;|\s*$)' \
| jq -Rn '[ inputs | split("\t") | { (.[0]): .[1] } ] | add' \
> "$TRANSLATION_CACHE/$iso_code.json")"
> "$TRANSLATION_CACHE/$iso_code.json"
fi
done
Expand Down

0 comments on commit b79d59a

Please sign in to comment.