From 9b3103d4a88ebc1b5398f00fe5bbb0b01ab8e0b4 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 18 Jul 2012 20:44:02 +0200 Subject: [PATCH] #284: Updated i18n links and added gettext requirement note. --- openslides/locale/README.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/openslides/locale/README.txt b/openslides/locale/README.txt index b3f4dbd8d..0205dffc5 100644 --- a/openslides/locale/README.txt +++ b/openslides/locale/README.txt @@ -1,7 +1,7 @@ -Steps to update translation for OpenSlides: ------------------------------------------- +Instruction to update translation for OpenSlides: +------------------------------------------------- -1. Go to project root directory: +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): @@ -15,9 +15,11 @@ Steps to update translation for OpenSlides: 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/ \ No newline at end of file +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 \ No newline at end of file