feat: storing languages
This commit is contained in:
		| @@ -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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user