This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
translate.py | |
Management script for Django to easily run the | |
'makemessages'-command and 'compilemessages'-command for all | |
files in your Django application. | |
Put in any registered django app in the location | |
<app>/management/commands/translate.py | |
and then use python manage.py translate | |
to run makemessages on all files in your project |