Revert "websites: update getfedora.org translation file"

It seems like the pybabel version used on sundries does not
play well with jinja2 files used on getfedora.
Translated versions of this site are impacted as reported by
fedora-web/websites#202

For now, I'll update the pot file manually using a more up to date
version of pybabel until we find a long term solution.

This reverts commit 25fc76f656.
This commit is contained in:
Francois Andrieu 2021-10-08 15:06:01 +02:00
parent 303bd34646
commit a76742b026

View file

@ -15,14 +15,3 @@ 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