OpenSlides/openslides/locale
2013-09-06 21:59:53 +02:00
..
cs/LC_MESSAGES Added Czech translation (Thanks to Pavel Fric!) 2013-07-26 21:37:58 +02:00
de/LC_MESSAGES Updated German translation (some typos). 2013-07-08 13:40:06 +02:00
en/LC_MESSAGES Fixed typo in English translation string in djangojs.po. 2013-09-06 21:59:53 +02:00
fr/LC_MESSAGES Rename visual strings of permissions: Add plural s (fix #797). Also update all language files. 2013-07-08 00:03:47 +02:00
README.txt translate agenda hidden filter in js 2012-09-13 15:21:43 +02:00

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