easyenhancementhacktoberfestready
Métriques du dépôt
- Stars
- (342 stars)
- Métriques de merge PR
- (Métriques PR en attente)
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