[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11717: Translation/mainetance update of web-svn (website/trunk/en)
Author: bogdro
Date: 2007-09-30 07:14:28 -0400 (Sun, 30 Sep 2007)
New Revision: 11717
Modified:
website/trunk/en/translation-status.wml
Log:
Translation/mainetance update of web-svn
Modified: website/trunk/en/translation-status.wml
===================================================================
--- website/trunk/en/translation-status.wml 2007-09-30 10:35:53 UTC (rev 11716)
+++ website/trunk/en/translation-status.wml 2007-09-30 11:14:28 UTC (rev 11717)
@@ -25,7 +25,8 @@
for my $lang (@LANGUAGES) {
opendir(DIR, "$dir/$lang") or
$may_miss_dir or die ("Cannot opendir $dir/$lang: $!\n");
- my @files = grep { $_ ne '.' && $_ ne '..' && $_ =~ m/^[^.]/ && -f "$dir/$lang/$_"} readdir(DIR);
+ my @files = grep { $_ ne '.' && $_ ne '..' &&
+ && $_ !~ /tor-manual/i && $_ !~ /translation/i && $_ =~ m/^[^.]/ && -f "$dir/$lang/$_"} readdir(DIR);
closedir DIR;
for my $file (@files) {
@@ -148,8 +149,8 @@
do_status('.', 0);
do_status('docs', 1);
-do_status('eff', 1);
-do_status('gui', 1);
+#do_status('eff', 1);
+#do_status('gui', 1);
:>