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