Skip to content
Snippets Groups Projects
Select Git revision
  • 3f04c97c4186b23d31a3c1c5c5940b66141e1926
  • master default protected
  • vertical_relations
  • lu_without_semantic_frames
  • hierarchy
  • additional-unification-filters
  • v0.1.1
  • v0.1.0
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
17 results

update_translations.sh

Blame
  • user avatar
    Kasia Krasnowska authored
    * added local filtering
    * added missing control heuristics and reporting for compar etc.
    * udpated phrase descriptions
    * switched to new Morfeusz homonym identifiers
    ca00bbcc
    History
    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