You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/i18n-consistency-checker.yaml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ jobs:
30
30
The following files may have consistency issues with the English version. Please check and update the files.\\n\
31
31
\\n\
32
32
This issue is created when there is an update to content/en. It compares the git update history to let you know what updates are overdue. The issue should be closed when the update is complete.\\n"
33
-
33
+
34
+
# Loop through all the files in the English directory
34
35
for file in $(find patterns/2-structured -name '*.md'); do
35
36
36
37
# Get the translated file name and check if it exists
@@ -40,7 +41,7 @@ jobs:
40
41
fi
41
42
echo $file
42
43
echo $i18n_filename
43
-
# Loop through all the files in the English directory
44
+
44
45
# Get the last updated date of the original file and the translated file
0 commit comments