diff doc/setup.txt @ 53:52dbebdd3789

Fixed a bug regarding plural msgid's handling when writing the `.pot` file. Renamed old `write_po` to `write_pot` which is what it actually does and also adds space to the new `write_po`. Changed tests accordingly. Added support to create new localized catalogs from a catalog template, `write_po`..
author palgarvio
date Thu, 07 Jun 2007 22:48:47 +0000
parents 3664c93860f1
children 27d55a07c897
line wrap: on
line diff
--- a/doc/setup.txt
+++ b/doc/setup.txt
@@ -59,14 +59,14 @@
       --no-wrap              do not break long message lines, longer than the
                              output line width, into several lines
 
-Running the command will produce a PO file::
+Running the command will produce a PO template file::
 
     $ ./setup.py extract_messages --output-file foobar/locale/messages.pot
     running extract_messages
     extracting messages from foobar/__init__.py
     extracting messages from foobar/core.py
     ...
-    writing PO file to foobar/locale/messages.pot
+    writing PO template file to foobar/locale/messages.pot
 
 
 Method Mapping
Copyright (C) 2012-2017 Edgewall Software