OpenSlides/openslides/locale
Emanuel Schuetze f7eab29ed5 Fixed missing translation in poll_view assignment template (table head). 2012-05-23 14:31:12 +02:00
..
de/LC_MESSAGES Fixed missing translation in poll_view assignment template (table head). 2012-05-23 14:31:12 +02:00
README.txt Add code 2011-07-31 10:46:29 +02:00

README.txt

Steps to update translation for OpenSlides:
------------------------------------------

1. Go to project root directory:
   $ cd openslides

2. Update the German po file (locale/de/LC_MESSAGES/django.po):
   $ django-admin.py makemessages -l de

3. Edit the German po file: locale/de/LC_MESSAGES/django.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:
- http://docs.djangoproject.com/en/dev/topics/i18n/internationalization/
- http://docs.djangoproject.com/en/dev/topics/i18n/localization/