Frontend
How to translate frontend
Although there’s already a built-in support for translating the frontend, 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.
- Fork the Comentario repository.
- Register the new language in
frontend/angular.json
(underprojects.comentario.i18n.locales
). - Translate all messages following the Angular i18n guide.
- Commit the work into your fork.
- Submit a Merge Request for merging your changes into the
dev
branch.