Browse code

Move download/en/lang.wmi to include/lang.wmi

Runa A. Sandvik authored on 04/09/2011 23:45:45
Showing 2 changed files
1 1
similarity index 100%
2 2
rename from download/en/lang.wmi
3 3
rename to include/lang.wmi
... ...
@@ -119,7 +119,7 @@ for file in $po ; do
119 119
 
120 120
 			# Include the English footer for most of the
121 121
 			# translations
122
-			if [[ $subdir != "ar" && $subdir != "pl" && $subdir != "de" ]]
122
+			if [[ $subdir != "ar" && $subdir != "pl" && $subdir != "de" && $subdir != "fa" ]]
123 123
 			then
124 124
 				echo '#include "foot.wmi"' >> "$wmldir/$subdir/$wmlfile"
125 125
 			fi
... ...
@@ -276,7 +276,7 @@ for file in $po ; do
276 276
 
277 277
 			# Include the English footer for most of the
278 278
 			# translations 
279
-			if [[ $lang != "ar" && $lang != "pl" && $lang != "de" ]]
279
+			if [[ $lang != "ar" && $lang != "pl" && $lang != "de" && $lang != "fa" ]]
280 280
 			then
281 281
 				echo '#include "foot.wmi"' >> "$wmldir/$subdir/$lang/$wmlfile"
282 282
 			fi