Skip to content

Commit 9a26987

Browse files
committed
refactor(scripts): update update_lang.py
1 parent 0b39ebc commit 9a26987

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/update_lang.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ def main():
316316
futures = []
317317
for filename in changed_files:
318318
input_file = filename
319-
320-
if "-en.md" not in filename:
321-
print(f"Skipping {filename} because it does not contain -en.md")
322-
continue
323319

324320
for lang in languages:
325321
output_dir = f"_posts/{lang}"

0 commit comments

Comments
 (0)