Warning
I am writing documents by English and Japanese (using i18n) [1] . When some package updates, I do not follow po files of other languages.
This is guideline to contribute for atsphinx projects.
Default language of repository is English.
You must write these contents by English.
Source code tokens (variables, functions and more)
Comments of codes (simple comment and docstrings)
Base documentation ( docs directory)
README and CHANGES
Commit logs
All documentat supports i18n.
If you want to write out documents for your language,
generate po files of language using sphinx-intl.
All projects accept English or Japanese as issues and pull-requests [1] .
You should create new issue to repository of package. I will check issues and work for these.
If you can write patch, please create pull-requests directly (e.g. you find typo in docs).
If you have ideas of Sphinx-extension but difficult to implement for you, please write it as ideas into organization’s disuccsion.
I may develop it instead of you (it is not always for all ideas).
Footnotes