websites: update getfedora.org translation file
This commit is contained in:
parent
9d55198d01
commit
25fc76f656
1 changed files with 11 additions and 0 deletions
|
@ -15,3 +15,14 @@ for i in *fedoraproject.org; do
|
||||||
( cd $i ; make pushpot )
|
( cd $i ; make pushpot )
|
||||||
done
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue