Translate the one-page tutorial in your language! · Issue #267 · py-pdf/fpdf2 (original) (raw)
The tutorial is a simple Markdown document:
- rendered as HTML: https://pyfpdf.github.io/fpdf2/Tutorial.html
- source: https://github.com/PyFPDF/fpdf2/blob/master/docs/Tutorial.md
It is currently available in several languages, listed in the README and the documentation index page.
PRs are very welcome to add new translations!
PR authors will be added to the contributors list & map.
Guidelines:
- open a Pull Request that creates or modifies the corresponding
docs/Tutorial-xy.md
file, taking inspiration fromdocs/Tutorial.md
(wherexy
is the ISO_639-1 language code) - if you created a new file, add a reference to it in
docs/index.md
,mkdocs.yml
,README.md
andCHANGELOG.md
, taking inspiration from the references to existing translated tutorials