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

Re: [WebSec-txt-vi]



El lunes, 24 de abril de 2006 a las 16:16:26 +0930, Clytie Siddall escribía:

> This is a little difficult to understand.
> tasksel/tasks has been removed? What does that mean for my  
> translation? And although the total strings shows 2 new fuzzies, I  
> can't see in which file they occur.
> Maybe I'm missing something here... :S

 It's a bug in my script. Files with fuzzy strings appear differently and my
script didn't catch them :-(

 I'm attaching a patch for the script to fix this.

-- 
   Jacobo Tarrío     |     http://jacobo.tarrio.org/
--- simplestats.pl~	2006-04-24 09:28:30.000000000 +0200
+++ simplestats.pl	2006-04-24 09:28:30.000000000 +0200
@@ -23,7 +23,7 @@
     $oldglobal = $2 if ($1 eq '-');
     $newglobal = $2 if ($1 eq '+');
   }
-  elsif ($line =~ /^([-+])\s+(.*?\.po)\s+((\d+t)?(\d+f)?(\d+u)?)/) {
+  elsif ($line =~ /^([-+])(?:\s+\*?)(.*?\.po):?\s+((\d+t)?(\d+f)?(\d+u)?)/) {
     $oldfiles{$2} = $3 if ($1 eq '-');
     $newfiles{$2} = $3 if ($1 eq '+');
   }

Reply to: