Ticket #5180: compile-messages.1

File compile-messages.1, 967 bytes (added by Nick Efford <nick@…>, 17 years ago)

man page for compile-messages.py

Line 
1.TH "compile-messages.py" "1" "August 2007" "Django Project" ""
2.SH "NAME"
3compile-messages.py \- Internationalization utility for the Django
4web framework
5.SH "SYNOPSIS"
6.B compile-messages.py
7
8.SH "DESCRIPTION"
9This script runs on message files created for a Django app, a Django
10project or the Django framework itself, compiling them into a more
11efficient binary format.
12.sp
13The script should be invoked after running
14.BI make-messages.py,
15in the same directory from which
16.BI make-messages.py
17was invoked.
18
19.SH "SEE ALSO"
20The man page for
21.BI msgfmt
22from the GNU gettext utilities, and the internationalization documentation
23for Django:
24.sp
25.I http://www.djangoproject.com/documentation/i18n/
26
27.SH "AUTHORS/CREDITS"
28Originally developed at World Online in Lawrence, Kansas, USA. Refer to the
29AUTHORS file in the Django distribution for contributors.
30
31.SH "LICENSE"
32New BSD license. For the full license text refer to the LICENSE file in the
33Django distribution.
34
Back to Top