[or-cvs] r18526: {website} hack translation-status to put foot.wmi and navigation.wmi a (website/trunk/en)

arma at seul.org arma at seul.org
Fri Feb 13 11:27:01 UTC 2009


Author: arma
Date: 2009-02-13 06:27:01 -0500 (Fri, 13 Feb 2009)
New Revision: 18526

Modified:
   website/trunk/en/translation-status.wml
Log:
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.


Modified: website/trunk/en/translation-status.wml
===================================================================
--- website/trunk/en/translation-status.wml	2009-02-13 10:40:50 UTC (rev 18525)
+++ website/trunk/en/translation-status.wml	2009-02-13 11:27:01 UTC (rev 18526)
@@ -78,7 +78,11 @@
 				$validatorlink;
 
 			${$_[0]}{$priority}->{$path}->{'data'} = $cell_path . $cell_en;
-			${$_[0]}{$priority}->{$path}->{'urgency'} = 0;
+			if ($file =~ /.wmi$/) {
+			  ${$_[0]}{$priority}->{$path}->{'urgency'} = 1000;
+			} else {
+			  ${$_[0]}{$priority}->{$path}->{'urgency'} = 0;
+			}
 
 			for my $lang (@LANGUAGES) {
 				next if $lang eq 'en';



More information about the tor-commits mailing list