mirror of
https://github.com/torproject/webwml.git
synced 2024-11-27 19:50:22 +00:00
Move download/en/lang.wmi to include/lang.wmi
This commit is contained in:
parent
65600fc605
commit
30370f15aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user