feat: storing languages
This commit is contained in:
parent
948f3ca0ab
commit
e84828092c
@ -96,6 +96,7 @@ def walk_directory(root):
|
||||
if current_name.endswith(".md"):
|
||||
convert_md(current_src, current_dst)
|
||||
language_codes_found.append(current_name.replace(".md", ""))
|
||||
continue
|
||||
|
||||
if current_src.is_dir():
|
||||
walk_directory(Path(root, current_full_path.name))
|
||||
|
Loading…
x
Reference in New Issue
Block a user