Documentation
How to translate documentation
The documentation you’re currently reading is also fully translatable thanks to Hugo multilingual features.
However, considering the amount of work required it’s even lower priority at this moment than translating the frontend.
Process
The hypothetical procedure for getting the docs translated is as follows.
- Fork the Comentario repository.
- Register the new language in
docs/hugo.yaml
(see Hugo docs for details). - Translate every content page under
docs/content
, naming each file accordingly. For example,docs/content/about/contact.en.md
becomesdocs/content/about/contact.ru.md
. - Commit the work into your fork.
- Submit a Merge Request for merging your changes into the
dev
branch.