OpenSlides/openslides/locale
Emanuel Schuetze db3625ec91 Angular templates for users app. Use angular-gettext.
- Use new "Font Awesome" icons.
- Sorting columns.
- Filter table.
- New focusMe directive.
- Delete user
- Use ui-sref.
- Use angular-gettext for i18n.
- Added sample po files for DE and FR.
- group views
- use google coding style (2 spaces, optional end tags, etc)
2015-03-02 16:25:36 +01:00
..
angular-gettext Angular templates for users app. Use angular-gettext. 2015-03-02 16:25:36 +01:00
cs/LC_MESSAGES Updated CHANGELOG. Updated language files (only metadata changes). 2015-02-15 20:43:15 +01:00
de/LC_MESSAGES Angular templates for users app. Use angular-gettext. 2015-03-02 16:25:36 +01:00
en/LC_MESSAGES Angular templates for users app. Use angular-gettext. 2015-03-02 16:25:36 +01:00
fr/LC_MESSAGES Updated CHANGELOG. Updated language files (only metadata changes). 2015-02-15 20:43:15 +01:00
pt/LC_MESSAGES Updated CHANGELOG. Updated language files (only metadata changes). 2015-02-15 20:43:15 +01:00
README.txt translate agenda hidden filter in js 2012-09-13 15:21:43 +02:00

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