luanfonceca/speakerfight

Review english texts

Open

#265 aperta il 28 set 2017

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (135 fork)github user discovery
easyenhancementhacktoberfestready

Metriche repository

Star
 (342 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor