1 | .TH "unique-messages.py" "1" "August 2007" "Django Project" "" |
---|
2 | .SH "NAME" |
---|
3 | unique-messages.py \- Internationalization utility for the Django |
---|
4 | web framework |
---|
5 | .SH "SYNOPSIS" |
---|
6 | .B unique-messages.py |
---|
7 | |
---|
8 | .SH "DESCRIPTION" |
---|
9 | This script runs on message files created for a Django app, project or |
---|
10 | the framework itself, removing any duplicate translations that it finds. |
---|
11 | .sp |
---|
12 | The script should be invoked in one of the following: the root directory |
---|
13 | of a Django app; the root directory of a Django project; or the root django |
---|
14 | directory (the one that you include in PYTHONPATH, not the root of a |
---|
15 | Subversion checkout). |
---|
16 | |
---|
17 | .SH "SEE ALSO" |
---|
18 | The man page for |
---|
19 | .BI msguniq |
---|
20 | from the GNU gettext utilities, and the internationalization documentation |
---|
21 | for Django: |
---|
22 | .sp |
---|
23 | .I http://www.djangoproject.com/documentation/i18n/ |
---|
24 | |
---|
25 | .SH "AUTHORS/CREDITS" |
---|
26 | Originally developed at World Online in Lawrence, Kansas, USA. Refer to the |
---|
27 | AUTHORS file in the Django distribution for contributors. |
---|
28 | |
---|
29 | .SH "LICENSE" |
---|
30 | New BSD license. For the full license text refer to the LICENSE file in the |
---|
31 | Django distribution. |
---|
32 | |
---|