libvirt/po
Daniel P. Berrangé d2e5aa4f4e util: introduce object for holding a system inhibitor lock
The system inhibitor locks are currently handled by code in the
virNetDaemon class. The driver code invokes a callback provided
by the daemon when it wants to start or end inhibition.

When the first inhibition is started, the daemon will call out
to logind to apply it system wide.

This has many flaws

 * A single message is registered with logind regardless of
   what driver holds the inhibition
 * An inhibition of daemon shutdown can't be acquired
   without also inhibiting system shutdown
 * Config of the inhibitions cannot be tailored by the
   driver

The new virInhibitor object addresses these:

 * The object directly manages an inhibition with logind
   privately to the driver, enabling custom messages to
   be set.
 * It is possible to acquire an inhibition locally to the
   daemon without forwarding it to logind.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2024-12-19 18:03:04 +00:00
..
as.po Update translation files 2024-11-26 15:30:12 +01:00
bg.po Update translation files 2024-11-26 15:30:12 +01:00
bn_IN.po Update translation files 2024-11-26 15:30:12 +01:00
bs.po Update translation files 2024-11-26 15:30:12 +01:00
ca.po Update translation files 2024-11-26 15:30:12 +01:00
cs.po Update translation files 2024-11-26 15:30:12 +01:00
da.po Update translation files 2024-11-26 15:30:12 +01:00
de.po Update translation files 2024-11-26 15:30:12 +01:00
el.po Update translation files 2024-11-26 15:30:12 +01:00
en_GB.po Update translation files 2024-11-26 15:30:12 +01:00
es.po Update translation files 2024-11-26 15:30:12 +01:00
fi.po Update translation files 2024-11-26 15:30:12 +01:00
fr.po Update translation files 2024-11-26 15:30:12 +01:00
gu.po Update translation files 2024-11-26 15:30:12 +01:00
hi.po Update translation files 2024-11-26 15:30:12 +01:00
hr.po Update translation files 2024-11-26 15:30:12 +01:00
hu.po Update translation files 2024-11-26 15:30:12 +01:00
id.po Update translation files 2024-11-26 15:30:12 +01:00
it.po Update translation files 2024-11-26 15:30:12 +01:00
ja.po Update translation files 2024-11-26 15:30:12 +01:00
ka.po Update translation files 2024-11-26 15:30:12 +01:00
kn.po Update translation files 2024-11-26 15:30:12 +01:00
ko.po Translated using Weblate (Korean) 2024-11-28 12:22:57 +01:00
libvirt.pot po: Refresh potfile for v10.10.0 2024-11-26 15:26:38 +01:00
LINGUAS Added translation using Weblate (Romanian) 2023-04-09 01:47:23 +02:00
meson.build build: Make daemons depend on generated *_protocol.[ch] 2024-01-25 10:36:05 +01:00
mk.po Update translation files 2024-11-26 15:30:12 +01:00
ml.po Update translation files 2024-11-26 15:30:12 +01:00
mr.po Update translation files 2024-11-26 15:30:12 +01:00
ms.po Update translation files 2024-11-26 15:30:12 +01:00
nb.po Update translation files 2024-11-26 15:30:12 +01:00
nl.po Update translation files 2024-11-26 15:30:12 +01:00
or.po Update translation files 2024-11-26 15:30:12 +01:00
pa.po Update translation files 2024-11-26 15:30:12 +01:00
pl.po Update translation files 2024-11-26 15:30:12 +01:00
POTFILES util: introduce object for holding a system inhibitor lock 2024-12-19 18:03:04 +00:00
pt_BR.po Update translation files 2024-11-26 15:30:12 +01:00
pt.po Update translation files 2024-11-26 15:30:12 +01:00
README.rst po: update docs to refer to Weblate instead of Zanata 2020-06-08 16:38:47 +01:00
ro.po Update translation files 2024-11-26 15:30:12 +01:00
ru.po Update translation files 2024-11-26 15:30:12 +01:00
si.po Update translation files 2024-11-26 15:30:12 +01:00
sr.po Update translation files 2024-11-26 15:30:12 +01:00
sr@latin.po Update translation files 2024-11-26 15:30:12 +01:00
sv.po Translated using Weblate (Swedish) 2024-11-30 23:38:37 +01:00
ta.po Update translation files 2024-11-26 15:30:12 +01:00
te.po Update translation files 2024-11-26 15:30:12 +01:00
tr.po Update translation files 2024-11-26 15:30:12 +01:00
uk.po Update translation files 2024-11-26 15:30:12 +01:00
vi.po Update translation files 2024-11-26 15:30:12 +01:00
zh_CN.po Update translation files 2024-11-26 15:30:12 +01:00
zh_TW.po Update translation files 2024-11-26 15:30:12 +01:00

Libvirt Message Translation

Translation status

Libvirt translatable messages are maintained using the GNU Gettext tools and file formats, in combination with the Fedora Weblate web service.

https://translate.fedoraproject.org/projects/libvirt/libvirt/

Source repository

The libvirt GIT repository stores the master "libvirt.pot" file, which is to be refreshed at time of feature freeze.

The "po" files stored in GIT have source locations removed in order to cut down on storage size, by eliminating information already present in the "pot" file. All files are stored with strings sorted in alphabetical order rather than source location order, to minimize movement of strings when source locations change.

The "po" files are to be EXCLUSIVELY UPDATED by merge requests sent from the Fedora Weblate service. Other contributors MUST NEVER send changes which touch the "po" file content, as that will create merge conflicts for Weblate. IOW any bug fixes to translations should be made via the Weblate application UI.

After the "pot" file in libvirt GIT, Weblate will automatically run "msgmerge" to update the "po" files itself and send back a merge request with the changes.

Translation updates made in the Weblate Web UI will be committed to its fork of the GIT repo once a day. These commits will be submitted back to the master GIT repo via merge requests. If a merge request from Weblate is already open, commits will be added to this existing merge request. Weblate will take care of rebasing whenever changes happen in Git master. In order to avoid having to do translations merges 30 times a month, merge requests from Weblate will usually be left open until feature freeze arrives. During the freeze period, they will be accepted more promptly to ensure they make it into the new release.