|    digestid = _('%(realname)s Digest, Vol %(volume)d, Issue %(issue)d')
    |  File "/var/lib/mailman/Mailman/i18n.py", line 76, in _
    |    return _translation.gettext(s) % dict
    | ValueError: unsupported format character ',' (0x2c) at index 18

This, and my knowing you're using the pt_BR translation led me to the
clue.  The mailman.po file has a broken translation for this source
string.  The `s' format character was left off the %(realname)s
substitution variable.

I'll fix that, but don't forget to use bin/transcheck to check your
translations (I know we're still trying to work out cvs access for
you!).

-Barry

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

Reply via email to