luanfonceca/speakerfight

Review english texts

Open

#265 geöffnet am 28. Sept. 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (135 Forks)github user discovery
easyenhancementhacktoberfestready

Repository-Metriken

Stars
 (342 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide