Frontend

How to translate frontend

Although there’s already a built-in support for translating the front-end, this feature is considered low-priority at the moment and hence not available yet.

You can submit an issue if you believe it’s important.

Process

The hypothetical procedure for getting the frontend translated is as follows.

  1. Fork the Comentario repository.
  2. Register the new language in frontend/angular.json (under projects.comentario.i18n.locales).
  3. Translate all messages following the Angular i18n guide.
  4. Commit the work into your fork.
  5. Submit a Merge Request for merging your changes into the dev branch.