github workflow: rework

This commit is contained in:
2025-03-29 21:23:35 +01:00
parent 889b4b9746
commit 1ff67985ec
3 changed files with 15 additions and 6 deletions

10
translate-md-config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"template_md": "template.md",
"output_dir": ".",
"prefix": "README_",
"main_doc": "README.md",
"target_languages": {
"de": ["German", "🇩🇪"],
"en": ["English", "🇬🇧"]
}
}