Skip to content

Commit

Permalink
Ignore all templates for now
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Dec 1, 2023
1 parent 2d0d04d commit 23a7611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/i18n-consistency-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
for file in $(find patterns/{2-structured,3-validated} -name '*.md'); do
echo "Original file: $file"
[[ $file =~ "3-validated" ]] && continue # if the file is under 3-validated, skip (one liner) - 2023/08/26
[[ $file =~ "/templates" ]] && continue # if the file is under /templates, skip. consistency check does not work for that yet.
i18n_filename=$(echo "$file" | sed -E "s_patterns/(2-structured|3-validated)(/project-setup)?_translation/${{matrix.language}}/patterns_g")
echo "Translation file: $i18n_filename"
Expand Down

0 comments on commit 23a7611

Please sign in to comment.