Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po_report.pl
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-03-06 01:23:14 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-03-06 01:23:14 (GMT)
commit0f71000645566dbe734440e44a39b9a57c6972bd (patch)
treeaa3a8ec2a790278fd21b77d2038d869bf7c4de01 /po_report.pl
parent847d3ef7c66526c8982902a1762f6a73405755b5 (diff)
Preparing a new web site design by Aurelie Casties
Fixed anim.py to disable SVG if python xml is not available. (Thanks Ronny for the test) Chess, swapped white and black board color to be chess compliant thanks to Granier Thomas (6 years old) for reporting that.
Diffstat (limited to 'po_report.pl')
-rwxr-xr-xpo_report.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/po_report.pl b/po_report.pl
index 1b9fce8..1e1c082 100755
--- a/po_report.pl
+++ b/po_report.pl
@@ -127,8 +127,10 @@ my %COUNTRY = (
print STDERR "Please WAIT, running 'cd po && ../intltool-update --report'\n";
-#my $report = `cd po && ../intltool-update --report 2>&1`;
-my $report = `export LC_ALL=C && cd po && cat report`;
+my $report = `cd po && ../intltool-update --report 2>&1`;
+
+#For test to speed up create a fixed report file with the previous command output
+#my $report = `export LC_ALL=C && cd po && cat report`;
my @report_list = split("\n", $report);