On Sat, Aug 11, 2001 at 11:37:34PM +0200, Josip Rodin wrote: > On Thu, Aug 09, 2001 at 04:19:21PM -0700, Debian WWW CVS wrote: > > Modified files: > > . : check_trans.pl > > > > Log message: > > Remove some /i flags in regexps when it did not make sense, e.g. on > > wml::debian::translation-check header line because variables are case > > sensitive. > > Uh, okay, that's cool, but you removed it on > > $name =~ /$langto\/international\/$langto/i > > which is a path in which the first variable is lcfirst, and second is > ucfirst...
Agree, I did not look at the 2nd $langto, and my tests worked because our directory is french/ and not French/, sorry for the trouble. BTW, why is the 2nd ucfirst? All other directories are lowercase, this convention is counter-intuitive. Denis

