diff options
author | Pedro Algarvio <pedro@algarvio.me> | 2007-06-10 08:42:21 +0000 |
---|---|---|
committer | Pedro Algarvio <pedro@algarvio.me> | 2007-06-10 08:42:21 +0000 |
commit | 56c10a1a133101f72f719ca892fbc618a7986d4a (patch) | |
tree | 843be682d82ddd33cbaec5f77cf5a4ae6c2c3a18 /doc/setup.txt | |
parent | 5b45e5f9ec708c5717b04f5d7885c9fc8c170184 (diff) | |
download | babel-56c10a1a133101f72f719ca892fbc618a7986d4a.tar.gz |
Fixed the plurals header on `Catalog` which should only be written if it's not a catalog template.
Added support to the frontends for `--msgid-bugs-address` that set's the `Report-Msgid-Bugs-To` header, which was also a missing header on `Catalog`, so, a bug found by chance :) (See #12, item 6)
Diffstat (limited to 'doc/setup.txt')
-rw-r--r-- | doc/setup.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/setup.txt b/doc/setup.txt index a279d8c..bf7355f 100644 --- a/doc/setup.txt +++ b/doc/setup.txt @@ -60,6 +60,7 @@ If the command has been correctly installed or registered, another project's output line width, into several lines --sort-output generate sorted output (default False) --sort-by-file sort output by file location (default False) + --msgid-bugs-address set report address for msgid --input-dirs directories that should be scanned for messages usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] |