This commit is contained in:
@@ -44,3 +44,7 @@ for filename in os.listdir(SOURCE_DIR):
|
||||
out_path = os.path.join(OUTPUT_DIRS[lang], filename)
|
||||
with open(out_path, "w", encoding="utf-8") as f:
|
||||
f.write(text.strip())
|
||||
print(f"✔ Skrev {lang}/{filename}")
|
||||
else:
|
||||
print(f"⚠️ Hoppade över {lang}/{filename} (tom)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user