luanfonceca/speakerfight

Review english texts

Open

#265 ouverte le 28 sept. 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (135 forks)github user discovery
easyenhancementhacktoberfestready

Métriques du dépôt

Stars
 (342 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur