Skip to content
Snippets Groups Projects
Select Git revision
  • 6c061d1f3c634f269f6aebcfe763dc39cfd5e6b7
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

sentencecontext.h

Blame
  • update_translations.sh 288 B
    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