This commit is contained in:
@@ -37,7 +37,7 @@ for page_name, translations in content.items():
|
||||
language_switcher = " ".join(links)
|
||||
output = output.replace("{{language-switcher}}", language_switcher)
|
||||
|
||||
output_dir = lang
|
||||
output_dir = f'public/{lang}'
|
||||
os.makedirs(output_dir, exist_ok=True)
|
||||
|
||||
output_file = os.path.join(output_dir, f"{page_name}.html")
|
||||
|
||||
Reference in New Issue
Block a user