easyenhancementhacktoberfestready
Metriche repository
- Star
- (342 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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