translator.config.yaml 465 B

12345678910111213141516171819202122
  1. # Project translation configuration
  2. # Source and target directories
  3. source_directory: manual/english
  4. target_directory: manual
  5. # Translation parameters
  6. translation_chunk_size: 6144
  7. main_branch: master
  8. # MD5 tracking file for changes
  9. md5_file: translation.json
  10. # Role template location (project-specific)
  11. role_template: translator.role.tpl
  12. # If the translated md has yaml files, like in Hugo, we dont
  13. check_yaml_keys: false
  14. workers: 20
  15. openrouter_timeout: 600