[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wnpp.pl does not use tags



Correct me if I'm wrong but it seems there is stuff like:
141,143c141,143
<     if ( $age{$_} == 0 ) { push @requested_html, "requested today." }
<     elsif ( $age{$_} == 1 ) { push @requested_html, "requested yesterday."
}
<     else { push @requested_html, "requested $age{$_} days ago.\n" };
---
>     if ( $age{$_} == 0 ) { push @requested_html, "pedido hoy." }
>     elsif ( $age{$_} == 1 ) { push @requested_html, "pedido ayer." }
>     else { push @requested_html, "pedido hace $age{$_} días.\n" };
(shown is how it would be translated)

	Is this translated somewhere? Is it used? (it seems to me its the
	stuff used to build part of the wnpp pages)

	Javi
On Tue, Apr 10, 2001 at 10:04:44PM +0200, Josip Rodin wrote:
> On Tue, Apr 10, 2001 at 04:31:35PM +0200, Javier Fdz-Sanguino Pen~a wrote:
> > 	I have received from a contributor a translation of devel/wnpp, he
> > translated also the wnpp.pl file and I've noticed that it does not use tags.
> > Is there any reason for it not to use them? Could it be changed to support
> > tags?
> 
> What tags? I.e. what is there to translate in the Perl code? It gets you
> stuff from the BTS database through LDAP, those descriptions can't be
> translated because they are fetched from the subjects of the bug reports...
> 
> -- 
> Digital Electronic Being Intended for Assassination and Nullification



Reply to: