abad75c129
- Fixed agenda widget for special slide views (e.g. list of speakers, summary). - Fixed back to motion(s) link - Set icon for list of speakers widget. - Fixed overlay widget layout of form elements. - Added submenu with other config_pages to version.html. - Updated completly DE translations, fixed EN strings. - Coding style: Use correct ugettext and ugettext_lazy strings. Use "as _" for ugettext only. Updated translation. - Improved projector template (clock image, fixed facicon, added subtitle for list of speakers) - Changed permission strings ('oneself'). Added check if group(pk=3) exists. - Added event name and description to base template. Some minor template layout fixes. - Use static subtile (no context var). Show last 2 old_speakers for projector. - Cut old_speakers. - Projektor template style changes (e.g. overlay list of speakers). |
||
---|---|---|
.. | ||
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