websites: update getfedora.org translation file

This commit is contained in:
Francois Andrieu 2021-09-13 11:21:17 +02:00 committed by kevin
parent 9d55198d01
commit 25fc76f656

View file

@ -15,3 +15,14 @@ for i in *fedoraproject.org; do
( cd $i ; make pushpot )
done
cd $OLD
git clone https://pagure.io/fedora-web/websites.git
cd websites
for i in getfedora.org; do
pushd sites/$i/scripts
./translations-source.sh
[ -f $i.pot ] && ./push-pot.sh
popd
done