Translate from one language to another in the specific style. It's better to add examples and a comprehensive description.
- Create a styleguide file –
styleguide.md - Convert your book to markdown.
- Run
scripts/1_create_json_tree.jsto create a tree representation of the book. This script converts a markdown book to json tree - Run
scripts/2_translate-texts.js. It translates each text section in parallel with the previous for context and styleguide and saves to the same structure. - Run
scripts/3_assemble-book.jsto get the final markdown.