Mention that the --no-wrap option should be used for makemessages

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@enix.org>
stable
Thomas Petazzoni 2012-04-10 21:01:33 +02:00
rodzic c7879d8a40
commit 26c31e8cf9
1 zmienionych plików z 4 dodań i 2 usunięć

6
README
Wyświetl plik

@ -23,12 +23,14 @@ The .po files are stored in www/locale/<locale>/LC_MESSAGES/. To
generate or update a .po file:
cd www/
./manage.py makemessages -a # for all locales
./manage.py makemessages --no-wrap -a # for all locales
or
cd www/
./manage.py makemessages -l xx_XX # for one locale
./manage.py makemessages --no-wrap -l xx_XX # for one locale
Note: Django 1.3 is needed for the --no-wrap option.
Then, edit the .po file manually, or using a graphical tool such as
poedit (available in the Debian/Ubuntu package of the same name). Once