luanfonceca/speakerfight

Review english texts

Open

#265 opened on 2017年9月28日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (135 forks)github user discovery
easyenhancementhacktoberfestready

Repository metrics

Stars
 (342 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド