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.

  1. Fork the Comentario repository.
  2. Register the new language in docs/hugo.yaml (see Hugo docs for details).
  3. Translate every content page under docs/content, naming each file accordingly. For example, docs/content/about/contact.en.md becomes docs/content/about/contact.ru.md.
  4. Commit the work into your fork.
  5. Submit a Merge Request for merging your changes into the dev branch.