Skip to content

Commit

Permalink
Fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Dec 1, 2023
1 parent 247da31 commit 2d0d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-consistency-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Translation file: $i18n_filename"
if [[ ! -e "$i18n_filename" ]]; then
echo "\t:?: File not translated yet"
echo "NOT TRANSLATED"
continue
fi
Expand Down

0 comments on commit 2d0d04d

Please sign in to comment.