luanfonceca/speakerfight

Review english texts

Open

#265 aberto em 28 de set. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (135 forks)github user discovery
easyenhancementhacktoberfestready

Métricas do repositório

Stars
 (342 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

To review it, just go through the english .po translation files:

  1. locale/en/LC_MESSAGES/djangojs.po
  2. locale/en/LC_MESSAGES/django.po

To change some text, look at the .po header to figure out where that translation is then:

  1. Change it inside its original file
  2. Create the new messages files using python manage.py makemessages --all
  3. Compile it python manage.py compilemessages

Guia do colaborador