[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12206: name the "other" section "none", so it's a bit clearer that (website/trunk/en)
Author: arma
Date: 2007-10-26 13:14:11 -0400 (Fri, 26 Oct 2007)
New Revision: 12206
Modified:
website/trunk/en/translation-status.wml
Log:
name the "other" section "none", so it's a bit clearer that
these pages don't really need to be translated. (it's fine if
people want to, but also fine if they don't.)
Modified: website/trunk/en/translation-status.wml
===================================================================
--- website/trunk/en/translation-status.wml 2007-10-26 16:05:12 UTC (rev 12205)
+++ website/trunk/en/translation-status.wml 2007-10-26 17:14:11 UTC (rev 12206)
@@ -46,7 +46,7 @@
};
};
my @priorities = sort {$a cmp $b} keys %priorities;
- push @priorities, 'other';
+ push @priorities, 'none';
my $HTMLBASE = (defined $ENV{'HTMLBASE'} ? $ENV{'HTMLBASE'} : 'https://www.torproject.org/') . ($dir eq '.' ? '' : $dir.'/');
@@ -64,7 +64,7 @@
for my $file (sort {$a cmp $b} keys %{$files{'en'}}) {
my $file_priority = $files{'en'}->{$file}->{'all'}->{'Translation-Priority'};
next if (defined $file_priority && $priority ne $file_priority);
- next if (!defined $file_priority && $priority ne 'other');
+ next if (!defined $file_priority && $priority ne 'none');
my $obs = file_is_obsolete($dir, 'en', $file);
my $validatorlink = '';