Changeset 4988

Show
Ignore:
Timestamp:
11/05/09 02:36:46 (3 weeks ago)
Author:
auno
Message:

Fixed to extract missing phrase for auth_typepad.tmpl.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/build/l10n/trans.pl

    r4838 r4988  
    5858exit unless $text; 
    5959do { 
     60    $text .= $_ if $_; 
    6061    if (($tmpl ne $ARGV) || eof()) { 
    6162        #printf "\n\t## %s\n", $tmpl; 
     
    276277        $text = ''; 
    277278    } 
    278     $text .= $_ if $_; 
    279279} while (<>); 
    280280exit;