easyenhancementhacktoberfestready
仓库指标
- Star
- (342 star)
- PR 合并指标
- (PR 指标待抓取)
描述
To review it, just go through the english .po translation files:
locale/en/LC_MESSAGES/djangojs.polocale/en/LC_MESSAGES/django.po
To change some text, look at the .po header to figure out where that translation is then:
- Change it inside its original file
- Create the new messages files using
python manage.py makemessages --all - Compile it
python manage.py compilemessages