[or-cvs] r15712: patch from mfr to let the translation-status page list the t (website/trunk/en)
arma at seul.org
arma at seul.org
Mon Jul 7 08:30:25 UTC 2008
Author: arma
Date: 2008-07-07 04:30:24 -0400 (Mon, 07 Jul 2008)
New Revision: 15712
Modified:
website/trunk/en/translation-status.wml
Log:
patch from mfr to let the translation-status page list the translation.wml
page's status.
Modified: website/trunk/en/translation-status.wml
===================================================================
--- website/trunk/en/translation-status.wml 2008-07-07 01:01:40 UTC (rev 15711)
+++ website/trunk/en/translation-status.wml 2008-07-07 08:30:24 UTC (rev 15712)
@@ -27,7 +27,7 @@
opendir(DIR, "$dir/$lang") or
$may_miss_dir or die ("Cannot opendir $dir/$lang: $!\n");
my @files = grep { $_ ne '.' && $_ ne '..' &&
- $_ !~ /tor-manual/i && $_ !~ /translation/i && $_ =~ m/^[^.]/ && -f "$dir/$lang/$_"} readdir(DIR);
+ $_ !~ /tor-manual/i && $_ !~ /translation-status/i && $_ =~ m/^[^.]/ && -f "$dir/$lang/$_"} readdir(DIR);
closedir DIR;
for my $file (@files) {
More information about the tor-commits
mailing list