Ticket #5180: unique-messages.1

File unique-messages.1, 1.0 KB (added by Nick Efford <nick@…>, 17 years ago)

man page for unique-messages.py

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