Displaying 4 results from an estimated 4 matches for "po4a_gettext".
2020 Aug 13
2
[PATCH] po-docs: turn language list into LINGUAS file
...translated POD files. Each
# language directory contains a Makefile.am that we need to keep up to
# date (note each $lang/Makefile.am should be identical).
# XXX Is there a better way?
-SUBDIRS = $(linguas)
+SUBDIRS = $(linguas_translated)
libguestfs-docs.pot:
cd $(top_srcdir) && $(PO4A_GETTEXTIZE) \
--
2.26.2
2020 Aug 12
10
[PATCH 0/9] Adaptations to Weblate
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
2020 Aug 13
15
[v2v PATCH 00/14] Adaptations to Weblate
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
2020 Aug 13
0
Re: [PATCH] po-docs: turn language list into LINGUAS file
...uage directory contains a Makefile.am that we need to keep up to
> # date (note each $lang/Makefile.am should be identical).
> # XXX Is there a better way?
> -SUBDIRS = $(linguas)
> +SUBDIRS = $(linguas_translated)
>
> libguestfs-docs.pot:
> cd $(top_srcdir) && $(PO4A_GETTEXTIZE) \
>
--
Pino Toscano