luanfonceca/speakerfight

Review english texts

Open

#265 创建于 2017年9月28日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (135 fork)github user discovery
easyenhancementhacktoberfestready

仓库指标

Star
 (342 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南