Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] digest l10n issue

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun <address@concealed>
  • To: Petr Prazak <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-dev] digest l10n issue
  • Date: Fri, 04 May 2001 09:47:00 +0200

Petr Prazak wrote:
>
> When a digest is sent, the first part is a table of contents.
> This part is not localized according to the list configuration.

You're right, the language is not set before the digest is built.
We wish to make the digest a template one of these days.

In the meanwhile, here is a patch :

*** sympa/src/sympa.pl:1.22 Wed Apr 25 17:43:04 2001
--- sympa/src/sympa.pl Fri May 4 09:43:55 2001
***************
*** 1037,1042 ****
--- 1037,1044 ----
return undef;
}

+ &Language::SetLang($list->{'admin'}{'lang'});
+
if ($list->get_nextdigest()){
## Blindly send the message to all users.
do_log('info', "Sending digest to list %s", $listname);

--
Olivier Salaün
Comité Réseau des Universités


  • digest l10n issue, Petr Prazak, 05/03/2001
    • Re: [sympa-dev] digest l10n issue, Olivier Salaun, 05/04/2001

Archive powered by MHonArc 2.6.19+.

Top of Page