Re-use existing translation where possible (at the node level: paragraph, heading, etc.)
Arguments
- path
Path to the Markdown file to be translated (character).
- out_path
Path where the new translated file should be saved (character).
- yaml_fields
Vector of character names of YAML fields to translate.
- glossary_name
Name of the glossary to be used, if any (character).
- source_lang
Name or code of source language. See DeepL docs.
- target_lang
Name or code of source language. See DeepL docs.
- formality
Formality level to use (character), one of
"default" (default)
"less" – for a more informal language
"prefer_more" – for a more formal language if available, otherwise fallback to default formality
"prefer_less" – for a more informal language if available, otherwise fallback to default formality
- max_commits
Maximal number of commits to go back to to find when the target and source files were updated. You might need to increase it if your project is very active.