From 932647c105d516eab3cf6346db290ce59f5cec1c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Jan 29 2020 12:55:54 +0000 Subject: remove zanata references --- diff --git a/Dockerfile b/Dockerfile index e9a4236..599d2a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,7 @@ RUN dnf -y install \ python-dateutil \ python-dogpile-cache \ python-requests \ - python-fedfind \ - python-zanata-client && \ + python-fedfind && \ dnf clean all ENV FLASK_APP main.py diff --git a/README.md b/README.md index fda5c29..7ed3329 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ -# websites +# Websites This repository is the home of getfedora.org, and hopefully eventually the other Fedora Project websites. +### Contributing + Documentation for getting started with using it can be found here: https://docs.fedoraproject.org/en-US/websites/ + +Translations are handled by the Fedora [localization team](https://fedoraproject.org/wiki/L10N) on [Fedora Weblate](https://translate.stg.fedoraproject.org/projects/fedora-websites/). + +[![Translation status](https://translate.stg.fedoraproject.org/widgets/fedora-websites/-/287x66-white.png)](https://translate.stg.fedoraproject.org/engage/fedora-websites/?utm_source=widget) diff --git a/sites/getfedora.org/scripts/translations-source.sh b/sites/getfedora.org/scripts/translations-source.sh index 40c12dd..4cbbe26 100755 --- a/sites/getfedora.org/scripts/translations-source.sh +++ b/sites/getfedora.org/scripts/translations-source.sh @@ -2,5 +2,5 @@ pybabel extract -F ../babel.cfg -o getfedora.org.pot . ../partials/ echo echo -echo 'If you have a valid ~/.config/zanata.ini, you may now run:' -echo ' zanata push getfedora.org.pot' +echo 'If you have write access to https://pagure.io/fedora-web/translations, you may now run:' +echo './scripts/push-pot.sh'