translation_howto.asciidoc 618 B

12345678910111213
  1. [[translation_howto]]
  2. == Translation Howto
  3. . The full source of the book is available from https://github.com/swaroopch/byte_of_python.
  4. . Please https://help.github.com/articles/fork-a-repo[fork the repository].
  5. . Then, fetch the repository to your computer. You need to know how to use
  6. http://www.git-scm.com[Git] to do that.
  7. . Read http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[AsciiDoc syntax quick
  8. reference].
  9. . Start editing the `.asciidoc` files to translate to your local language.
  10. . Run `source commands.bash` and use `make_html`, `make_pdf`, etc. to generate output from the
  11. AsciiDoc sources.