Browse code

we do not need two footers in German translations - fix the script

Runa A. Sandvik authored on 12/04/2011 20:14:51
Showing 1 changed files
... ...
@@ -246,7 +246,7 @@ for file in $po ; do
246 246
 
247 247
 			# Include the English footer for most of the
248 248
 			# translations 
249
-			if [[ $lang != "ar" && $lang != "pl" && $subdir != "de" ]]
249
+			if [[ $lang != "ar" && $lang != "pl" && $lang != "de" ]]
250 250
 			then
251 251
 				echo '#include "foot.wmi"' >> "$wmldir/$subdir/$lang/$wmlfile"
252 252
 			fi