easyenhancementhacktoberfestready
Repository metrics
- Stars
- (342 stars)
- PR merge metrics
- (PR metrics pending)
Description
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