[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1029-g856a79c

Shawn Moore sartak at bestpractical.com
Thu Dec 23 17:20:45 EST 2010


The branch, 3.9-trunk has been updated
       via  856a79cce3a60fd98bf7cfa5ce14edf9e9fa0be4 (commit)
      from  8a46d05d4279da6e28d8d85c2de38d4234410dc7 (commit)

Summary of changes:
 devel/extract-message-catalog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 856a79cce3a60fd98bf7cfa5ce14edf9e9fa0be4
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Dec 23 17:20:39 2010 -0500

    html lives under share now

diff --git a/devel/extract-message-catalog b/devel/extract-message-catalog
index d705884..bdd1290 100755
--- a/devel/extract-message-catalog
+++ b/devel/extract-message-catalog
@@ -66,7 +66,7 @@ $FILECAT = {};
 
 # extract all strings and stuff them into $FILECAT
 # scan html dir for extensions
-File::Find::find( { wanted => \&extract_strings_from_code, follow => 1 }, qw(bin sbin lib share html etc) );
+File::Find::find( { wanted => \&extract_strings_from_code, follow => 1 }, qw(bin sbin lib share etc) );
 
 # ensure proper escaping and [_1] => %1 transformation
 foreach my $str ( sort keys %{$FILECAT} ) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list