From f512538d1c46524e79127bb4b809cf292e36f275 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Fri, 18 Jul 2025 09:31:39 +0000 Subject: [PATCH] i18n --- clean_language_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_language_blocks.py b/clean_language_blocks.py index f9a1556..16d15c0 100644 --- a/clean_language_blocks.py +++ b/clean_language_blocks.py @@ -4,7 +4,7 @@ import shutil import yaml SOURCE_DIR = "docs" -ENGLISH_DIR = "docs_en" +ENGLISH_DIR = "docs/en" MKDOCS_YML = "mkdocs.yml" # Kopiera alla filer från docs/ till docs_en/