[Rt-commit] r13899 - in rt/3.8/trunk: sbin
elacour at bestpractical.com
elacour at bestpractical.com
Wed Jul 9 03:55:47 EDT 2008
Author: elacour
Date: Wed Jul 9 03:55:46 2008
New Revision: 13899
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/sbin/extract-message-catalog
Log:
r9949 at datura: manu | 2008-07-09 09:45:55 +0200
Update template (rt.pot) as well
Modified: rt/3.8/trunk/sbin/extract-message-catalog
==============================================================================
--- rt/3.8/trunk/sbin/extract-message-catalog (original)
+++ rt/3.8/trunk/sbin/extract-message-catalog Wed Jul 9 03:55:46 2008
@@ -59,7 +59,7 @@
$DEBUG = 1;
- at ARGV = <lib/RT/I18N/*.po> unless @ARGV;
+ at ARGV = (<lib/RT/I18N/*.po>, <lib/RT/I18N/*.pot>) unless @ARGV;
$FILECAT = {};
@@ -102,7 +102,7 @@
local $/;
return if ( -d $_ );
return if ( $File::Find::dir =~ 'lib/blib|lib/t/autogen|var|m4|local|\.svn' );
- return if ( /\.po$|\.bak$|~|,D|,B$|extract-message-catalog$/ );
+ return if ( /\.pot$|\.po$|\.bak$|~|,D|,B$|extract-message-catalog$/ );
return if ( /^[\.#]/ );
return if ( -f "$_.in" );
More information about the Rt-commit
mailing list