zbigniew szalbot wrote:
>
>If I edit mailman.po for a given language and do not delete any line but 
>leave some of them empty (like this: " \n"). Can I do the same in the 
>confirm.py by leaving empty lines where I do not need any text?
>
>For example the whole message:
>
>-----
>Your confirmation is required in order to complete the subscription 
>request to the mailing list test4test list.  Your subscription settings 
>are shown below; make any necessary changes and hit Subscribe to 
>complete the confirmation process.  Once you've confirmed your 
>subscription request, you will be shown your account options page which 
>you can use to further customize your membership options.
>
>Note: your password will be emailed to you once your subscription is 
>confirmed.  You can change it by visiting your personal options page.
>
>Or hit Cancel my subscription request if you no longer want to subscribe 
>to this list.
>-----
>
>I would like to shorten it to:
>
>-----
>Click Subscribe to complete the confirmation process or hit Cancel my 
>subscription request if you no longer want to subscribe to this list.
>-----
>
>Can I do it in confirm.py in such way that empty lines will not be 
>removed? If I do that, does it mean I do not have to rebuild mailman.po 
>for corresponding languages (as the number of lines will be the same)?


No.

The text in msgid in the mailman.po file must be identical to the text
in the _() call in the code. Even a difference of a space, e.g., an
empty line vs. a blank line containing a space, will cause the lookup
to fail.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to