> Theo Van Dinter writes: >> > > I don't believe anything was changed about this. The 3.1 code, for instance, > > still looks for 50 chars: > > > > while ( ($k,$v) = each %{$conf->{tests}} ) { > > if ($conf->{lint_rules}) { > > if (length($k) > 50 && $k !~ /^__/ && $k !~ /^T_/) { > > warn "config: warning: rule name '$k' is over 50 chars\n"; > > $conf->{errors}++; > > } > > } > > [...] > > } > > 3.1 no longer complains about descriptions over (what was it?) 70 chars -- > it does complain about overlong rule names, but descriptions have a much > higher limit now iirc. So that aspect shouldn't be a problem for > translators in 3.1. > > - --j.
Hum. If the code Theo shows actually is from 3.1, then it either needs to be bypassed for non-english rules, or it is a place that got missed in the 70-character change and needs to be fixed. Is this something that should have a BZ ticket to make sure it gets checked? Loren