[Mailman-Users] danish language support

2004-08-10 Thread Sean

Anybody know what is causing this error?

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of
this page to the webmaster for this site with a description of what
happened. Thanks!
Traceback:

Traceback (most recent call last):
  File "/usr/mailman/scripts/driver", line 87, in run_main
main()
  File "/usr/mailman/Mailman/Cgi/options.py", line 105, in main
loginpage(mlist, doc, None, language)
  File "/usr/mailman/Mailman/Cgi/options.py", line 813, in loginpage
table.AddRow([_("""In order to change your membership option, you must
  File "/usr/mailman/Mailman/i18n.py", line 89, in _
return tns % dict
ValueError: unsupported format character 'p' (0x70) at index 105


I'm running Mailman 2.1.5 on FreeBSD 4.6-STABLE with danish language set
as the preferred but English is also supported..  I checked the error logs
and nothing showed up specific to this error.

Sean
--
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/


Re: [Mailman-Users] danish language support

2004-08-11 Thread Jim Tittsler
On Tue, Aug 10, 2004 at 10:22:10AM -0400, Sean wrote:
> Bug in Mailman version 2.1.5
> 
> We're sorry, we hit a bug!
[...]
> Traceback (most recent call last):
[...]
>   File "/usr/mailman/Mailman/Cgi/options.py", line 813, in loginpage
> table.AddRow([_("""In order to change your membership option, you must
>   File "/usr/mailman/Mailman/i18n.py", line 89, in _
> return tns % dict
> ValueError: unsupported format character 'p' (0x70) at index 105

It looks like there is an 's' missing in the Danish mailman.po
file:

--- messages/da/LC_MESSAGES/mailman.po-2.1.52004-04-26 20:28:31.0 +0900
+++ messages/da/LC_MESSAGES/mailman.po  2004-08-11 20:32:09.272410368 +0900
@@ -2491,7 +2491,7 @@
 ""
 msgstr ""
 "For at ændre dine personlige indstillinger, skal du logge ind nedenfor "
-"ved at indtaste dit %(extra)password.\n"
+"ved at indtaste dit %(extra)spassword.\n"
 "Hvis du ikke kan huske dit password, kan du bede om at få det tilsendt "
 "i en e-mail ved at klikke på knappen nedenfor.\n"
 "Hvis du kun ønsker at framelde dig fra listen, klik da på Meld mig "

-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html

--
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/


Re: [Mailman-Users] danish language support

2004-08-11 Thread Brad Knowles
At 8:37 PM +0900 2004-08-11, Jim Tittsler wrote:
 It looks like there is an 's' missing in the Danish mailman.po
 file:
	According to the Internationalization page at 
, the Danish language champion for 
Mailman is Soren Bondrup <[EMAIL PROTECTED]>.  Please contact Soren 
with this information, and he should be able to have the appropriate 
correction made in the CVS tree.

--
Brad Knowles, <[EMAIL PROTECTED]>
"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See  for more info.
--
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/