[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1030-g83d646c
Shawn Moore
sartak at bestpractical.com
Thu Dec 23 17:25:29 EST 2010
The branch, 3.9-trunk has been updated
via 83d646c7cce2ebbe82508f7f8b1356ddd6a6af6f (commit)
from 856a79cce3a60fd98bf7cfa5ce14edf9e9fa0be4 (commit)
Summary of changes:
devel/extract-message-catalog | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 83d646c7cce2ebbe82508f7f8b1356ddd6a6af6f
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 23 17:24:21 2010 -0500
Revert "html lives under share now"
html/ is important for when using extract-message-catalog outside of core
RT
This reverts commit 856a79cce3a60fd98bf7cfa5ce14edf9e9fa0be4.
diff --git a/devel/extract-message-catalog b/devel/extract-message-catalog
index bdd1290..d705884 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 etc) );
+File::Find::find( { wanted => \&extract_strings_from_code, follow => 1 }, qw(bin sbin lib share html etc) );
# ensure proper escaping and [_1] => %1 transformation
foreach my $str ( sort keys %{$FILECAT} ) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list