[libvirt PATCH 0/4] po: misc fixes after conversion to weblate

Daniel P. Berrangé posted 4 patches 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200608105840.3319776-1-berrange@redhat.com
README.rst              |   3 ++
docs/contribute.html.in |   4 +-
docs/hacking.rst        |  10 ++--
po/Makefile.am          |  23 ++-------
po/README.rst           | 111 +++++++++++-----------------------------
po/zanata.xml           |   7 ---
6 files changed, 46 insertions(+), 112 deletions(-)
delete mode 100644 po/zanata.xml
[libvirt PATCH 0/4] po: misc fixes after conversion to weblate
Posted by Daniel P. Berrangé 3 years, 9 months ago
A bunch of random stuff that was missed in my first series converting
to weblate.

Daniel P. Berrangé (4):
  po: update docs to refer to Weblate instead of Zanata
  po: remove obsolete zanata push/pull rules
  po: remove obsolete zanata config file
  po: fix update-po target to take account of libvirt.pot in srcdir

 README.rst              |   3 ++
 docs/contribute.html.in |   4 +-
 docs/hacking.rst        |  10 ++--
 po/Makefile.am          |  23 ++-------
 po/README.rst           | 111 +++++++++++-----------------------------
 po/zanata.xml           |   7 ---
 6 files changed, 46 insertions(+), 112 deletions(-)
 delete mode 100644 po/zanata.xml

-- 
2.26.2


Re: [libvirt PATCH 0/4] po: misc fixes after conversion to weblate
Posted by Pavel Hrdina 3 years, 9 months ago
On Mon, Jun 08, 2020 at 11:58:36AM +0100, Daniel P. Berrangé wrote:
> A bunch of random stuff that was missed in my first series converting
> to weblate.
> 
> Daniel P. Berrangé (4):
>   po: update docs to refer to Weblate instead of Zanata
>   po: remove obsolete zanata push/pull rules
>   po: remove obsolete zanata config file
>   po: fix update-po target to take account of libvirt.pot in srcdir

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>