[Libguestfs] [PATCH 0/9] Adaptations to Weblate

Pino Toscano ptoscano at redhat.com
Wed Aug 12 13:50:56 UTC 2020


We are migrating to Weblate (the Fedora instance, in particular) for
translations instead of Zanata. Adapt our tooling a bit to the different
workflow:
- Weblate takes care of updating the po files whenever a new translation
  catalog is available, so stop doing that on our own: this meant also
  tweaking the po4a usage for POD documentations, resulting in simpler
  rules (IMHO)
- ensure that the references to sources files in translation catalogs
  are relative to the top-level directory, so Weblate (and users too,
  actually) can properly locate the sources
- regenerate the catalogs
- drop references to Zanata

Pino Toscano (9):
  po: turn language list into LINGUAS file
  po: remove rules for pot/po update
  po-docs: add missing dependencies for guestfish.1
  podfiles: add missing documentation
  po-docs: split pot and po handling
  po: fix references to OCaml sources
  po-docs: fix references to sources
  po/po-docs: update catalog templates
  Remove references to Zanata

 .gitignore                  |     1 -
 Makefile.am                 |     4 +-
 docs/guestfs-hacking.pod    |    14 -
 m4/guestfs-progs.m4         |     5 +-
 po-docs/Makefile.am         |    50 +-
 po-docs/language.mk         |    31 +-
 po-docs/libguestfs-docs.pot | 37211 +++++++++++++++++-----------------
 po-docs/podfiles            |   181 +-
 po/LINGUAS                  |    22 +
 po/Makefile.am              |    24 +-
 po/libguestfs.pot           |  1597 +-
 subdir-rules.mk             |     3 +
 zanata-pull.sh              |    30 -
 zanata.xml                  |     8 -
 14 files changed, 19456 insertions(+), 19725 deletions(-)
 create mode 100644 po/LINGUAS
 delete mode 100755 zanata-pull.sh
 delete mode 100644 zanata.xml

-- 
2.26.2




More information about the Libguestfs mailing list