Changeset 4988
- Timestamp:
- 11/05/09 02:36:46 (3 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound/build/l10n/trans.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/build/l10n/trans.pl
r4838 r4988 58 58 exit unless $text; 59 59 do { 60 $text .= $_ if $_; 60 61 if (($tmpl ne $ARGV) || eof()) { 61 62 #printf "\n\t## %s\n", $tmpl; … … 276 277 $text = ''; 277 278 } 278 $text .= $_ if $_;279 279 } while (<>); 280 280 exit;
