update_translations.sh 288 Bytes
django-admin makemessages -a
django-admin makemessages -d djangojs -a

echo
echo '***'
echo 'now update your translations in:'
echo '  -> locale/en/LC_MESSAGES/django.po'
echo '  -> locale/en/LC_MESSAGES/djangojs.po'
echo 'and run ./compile_translations.sh to apply them'
echo '***'
echo