4ae7f3e243
Conflicts: openslides/application/views.py openslides/assignment/templates/assignment/overview.html openslides/assignment/templates/assignment/view.html openslides/assignment/views.py openslides/locale/de/LC_MESSAGES/django.mo openslides/locale/de/LC_MESSAGES/django.po openslides/motion/templates/motion/config.html openslides/motion/templates/motion/edit.html openslides/motion/templates/motion/import.html openslides/motion/templates/motion/overview.html openslides/motion/templates/motion/poll_view.html openslides/motion/templates/motion/view.html openslides/participant/templates/participant/base_participant.html openslides/participant/templates/participant/config.html openslides/participant/templates/participant/group_edit.html openslides/participant/templates/participant/group_overview.html openslides/participant/templates/participant/overview.html openslides/projector/templates/projector/base_projector.html openslides/projector/templates/projector/dashboard.html openslides/projector/templates/projector/live_view_widget.html openslides/static/styles/base.css openslides/templates/base.html openslides/templates/front_page.html openslides/utils/utils.py |
||
---|---|---|
.. | ||
de/LC_MESSAGES | ||
fr/LC_MESSAGES | ||
README.txt |
Instruction to update translation for OpenSlides: ------------------------------------------------- 1. Go to the openslides directory (which contains the 'locale' directory): $ cd openslides 2. Update the German po file (locale/de/LC_MESSAGES/django.po): $ django-admin.py makemessages -l de $ django-admin.py makemessages -l de -d djangojs 3. Edit the German po file: locale/de/LC_MESSAGES/django.po Don't forget the js-file: locale/de/LC_MESSAGES/djangojs.po (Search for "fuzzy" and empty msgstr entries.) 4. Update the German mo file (locale/de/LC_MESSAGES/django.mo): $ django-admin.py compilemessages 5. Restart server: $ python manage.py runserver -- Additional hints for internationalization (i18n) in Django: https://docs.djangoproject.com/en/dev/topics/i18n/ Note: gettext is required to extract message IDs or compile message files. For gettext on Windows read: https://docs.djangoproject.com/en/dev/topics/i18n/translation/#gettext-on-windows