mirror of
https://github.com/torproject/webwml.git
synced 2025-01-31 15:13:40 +00:00
get the po2wml script ready for when I figure out how to put a video on media.tpo
This commit is contained in:
parent
a75835ab50
commit
88c9eaf0c5
@ -316,6 +316,13 @@ for file in $po ; do
|
||||
|
||||
# Footer
|
||||
echo '#include "de/foot.wmi"' >> "$wmldir/$subdir/$lang/$wmlfile"
|
||||
|
||||
# If the file is tor-doc-windows, make
|
||||
# sure we include the German video
|
||||
if [ $wmlfile = "tor-doc-windows.wml" ]
|
||||
then
|
||||
sed -i "s@src\=\"https://media.torproject.org/video/2009-install-and-use-tor.ogv\"@src\=\"https://media.torproject.org/video/2011-install-and-use-tor-de.mp4@" "$wmldir/$subdir/$lang/$wmlfile"
|
||||
fi
|
||||
fi
|
||||
|
||||
# If the file is an Arabic translation, include the
|
||||
|
Loading…
x
Reference in New Issue
Block a user