summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPino Toscano <ptoscano@redhat.com>2020-07-08 16:54:17 +0200
committerCole Robinson <crobinso@redhat.com>2020-07-11 14:59:56 -0400
commit61b75ba0fb0e582807efb1e080fe7dab8ec6da43 (patch)
tree26fc9d18b2074e0eae7912cdef9526c3be9a9817 /data
parent33d8bc9ae2e9f8f27955e0b5cf460f89fb381ea4 (diff)
downloadvirt-manager-61b75ba0fb0e582807efb1e080fe7dab8ec6da43.tar.gz
Handle AppStream files using gettext
Starting from version 0.19.6, gettext has native capabilities to extract from, and merge back translations in AppStream files. Hence, use xgettext to extract messages, and msgfmt to create AppStream files with translations; because of this, there no more need to prefix with underscore the tags to be translated. Update the gettext required version in INSTALL.md. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Diffstat (limited to 'data')
-rw-r--r--data/virt-manager.appdata.xml.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/virt-manager.appdata.xml.in b/data/virt-manager.appdata.xml.in
index 65b6ae58..caac4518 100644
--- a/data/virt-manager.appdata.xml.in
+++ b/data/virt-manager.appdata.xml.in
@@ -3,29 +3,29 @@
<id>virt-manager.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
- <_name>Virtual Machine Manager</_name>
- <_summary>Graphically manage KVM, Xen, or LXC via libvirt</_summary>
+ <name>Virtual Machine Manager</name>
+ <summary>Graphically manage KVM, Xen, or LXC via libvirt</summary>
<description>
- <_p>
+ <p>
Virtual Machine Manager provides a graphical tool for administering virtual
machines for KVM, Xen, and LXC. Start, stop, add or remove virtual devices,
connect to a graphical or serial console, and see resource usage statistics
for existing VMs on local or remote machines. Uses libvirt as the backend
management API.
- </_p>
+ </p>
</description>
<screenshots>
<screenshot type="default">
<image>https://virt-manager.org/appdata/en_US/manager.png</image>
- <_caption>Main manager window</_caption>
+ <caption>Main manager window</caption>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/details.png</image>
- <_caption>Virtual machine configuration screen</_caption>
+ <caption>Virtual machine configuration screen</caption>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/console.png</image>
- <_caption>Graphical console connection for a virtual machine</_caption>
+ <caption>Graphical console connection for a virtual machine</caption>
</screenshot>
</screenshots>
<url type="homepage">https://www.virt-manager.org/</url>