Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.04 KB

TRANSLATING.md

File metadata and controls

29 lines (17 loc) · 1.04 KB

Helping adding more languages

If you consider helping OMniLeads adding another language please follow the next steps:

Create an issue as described in the file CONTRIBUTING.md

  • In the repository root folder run the commands:

$ ./manage.py makemessages --locale=

$ ./manage.py makemessages -d djangojs --locale

Localize and fill the translations in all the files *.po in the following folders:

configuracion_telefonia_app/locale/LC_MESSAGES// ominicontacto_app/locale/LC_MESSAGES// reportes_app/locale/LC_MESSAGES// reciclado_app/locale/LC_MESSAGES//

  • In the repository root folder run the command:

$ ./compilemessages

  • Check if the system accepts correctly the new language

  • Add the new language entry in the settings variable LANGUAGES (see ominicontacto/settings.py)

  • Submit your changes, except for the *.mo generated files, according to the issue and create the corresponding merge request.