I want to translate a textbook from English(United States) to Chinese(Simplified) on Transifex. As I know, most project on Transifex is software or website project, but not a book. “All the material for this course (web site, autograders, PowerPoint, textbook, figures for the textbook, assignments, etc) is in this GitHub repository.” But I don’t know how to configure the YAML text that will sync all the documents in the GitHub repo.
That is the YAML text I tried to submit but no files synced successfully:
filters:
- filter_type: dir
file_format: PO
source_file_extension: po
source_language: en
source_file_dir: /
translation_files_expression: /<lang>/
settings:
language_mapping:
en: en_US
zh: zh_CN
Who can help me to edit the YAML text correctly? Thanks a lot.