hack translation-status to put foot.wmi and navigation.wmi at the top of the list, since without those a translation can't even be used.
Roger Dingledine

Roger Dingledine commited on 2009-02-13 12:27:01
Zeige 1 geänderte Dateien mit 4 Einfügungen und 0 Löschungen.

... ...
@@ -78,7 +78,11 @@ sub do_status(\%$$) {
78 78
 				$validatorlink;
79 79
 
80 80
 			${$_[0]}{$priority}->{$path}->{'data'} = $cell_path . $cell_en;
81
+			if ($file =~ /.wmi$/) {
82
+			  ${$_[0]}{$priority}->{$path}->{'urgency'} = 1000;
83
+			} else {
81 84
 			  ${$_[0]}{$priority}->{$path}->{'urgency'} = 0;
85
+			}
82 86
 
83 87
 			for my $lang (@LANGUAGES) {
84 88
 				next if $lang eq 'en';
85 89