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

This commit is contained in:
Runa A. Sandvik 2011-09-04 21:45:45 +00:00
parent 65600fc605
commit 30370f15aa
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ for file in $po ; do
# Include the English footer for most of the
# translations
if [[ $subdir != "ar" && $subdir != "pl" && $subdir != "de" ]]
if [[ $subdir != "ar" && $subdir != "pl" && $subdir != "de" && $subdir != "fa" ]]
then
echo '#include "foot.wmi"' >> "$wmldir/$subdir/$wmlfile"
fi
@ -276,7 +276,7 @@ for file in $po ; do
# Include the English footer for most of the
# translations
if [[ $lang != "ar" && $lang != "pl" && $lang != "de" ]]
if [[ $lang != "ar" && $lang != "pl" && $lang != "de" && $lang != "fa" ]]
then
echo '#include "foot.wmi"' >> "$wmldir/$subdir/$lang/$wmlfile"
fi