[tor-commits] r24600: {website} we do not need two footers in	German translations - fix the (website/trunk)
    Runa Sandvik 
    runa.sandvik at gmail.com
       
    Tue Apr 12 18:14:51 UTC 2011
    
    
  
Author: runa
Date: 2011-04-12 18:14:51 +0000 (Tue, 12 Apr 2011)
New Revision: 24600
Modified:
   website/trunk/po2wml.sh
Log:
we do not need two footers in German translations - fix the script
Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh	2011-04-12 18:07:07 UTC (rev 24599)
+++ website/trunk/po2wml.sh	2011-04-12 18:14:51 UTC (rev 24600)
@@ -246,7 +246,7 @@
 
 			# Include the English footer for most of the
 			# translations 
-			if [[ $lang != "ar" && $lang != "pl" && $subdir != "de" ]]
+			if [[ $lang != "ar" && $lang != "pl" && $lang != "de" ]]
 			then
 				echo '#include "foot.wmi"' >> "$wmldir/$subdir/$lang/$wmlfile"
 			fi
    
    
More information about the tor-commits
mailing list