Michael Menge wrote:
>
>I hit one smale mistake. The last , must not be there
>
>>
>> mlist.language = { '[EMAIL PROTECTED]': 'll',
>> '[EMAIL PROTECTED]': 'll',
>> ...
>> '[EMAIL PROTECTED]': 'll'},
>
>mlist.language = { '[EMAIL PROT
I hit one smale mistake. The last , must not be there
mlist.language = { '[EMAIL PROTECTED]': 'll',
'[EMAIL PROTECTED]': 'll',
...
'[EMAIL PROTECTED]': 'll'},
mlist.language = { '[EMAIL PROTECTED]': 'll',
'[
Thanks, that was the hint i was looking for.
Quoting Mark Sapiro <[EMAIL PROTECTED]>:
Michael Menge wrote:
I want to change the language of all members in a mailinglist. I did't
find a direct way so I thought I dump the config.pck file with dumpdb
edit the language with search and import the
Michael Menge wrote:
>
>I want to change the language of all members in a mailinglist. I did't
>find a direct way so I thought I dump the config.pck file with dumpdb
>edit the language with search and import the changed output back.
>
>But i did't find a way to import the output of dumpdb back to
Hi,
I want to change the language of all members in a mailinglist. I did't
find a direct way so I thought I dump the config.pck file with dumpdb
edit the language with search and import the changed output back.
But i did't find a way to import the output of dumpdb back to the
config.pck.
Is t