From 25fc76f6564befbb1685da990e12c4d03e72a1a2 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Mon, 13 Sep 2021 11:21:17 +0200 Subject: [PATCH] websites: update getfedora.org translation file --- .../translation/files/web-translation-update | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/fedora-web/translation/files/web-translation-update b/roles/fedora-web/translation/files/web-translation-update index 28fe141584..445070ad0b 100644 --- a/roles/fedora-web/translation/files/web-translation-update +++ b/roles/fedora-web/translation/files/web-translation-update @@ -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 +