summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKrzesimir Nowak <qdlacz@gmail.com>2019-01-24 22:21:49 +0100
committerDavid King <amigadave@amigadave.com>2019-01-24 21:53:19 +0000
commitbb457766e67bead6de48ba5a2e49671aeef0d9c3 (patch)
tree522bd74cd359b4b8b169913357032c2bad5cd603 /data
parente34c702209d8d35b9e40a3762cdf0cb2c778f5d8 (diff)
downloadyelp-bb457766e67bead6de48ba5a2e49671aeef0d9c3.tar.gz
Move from intltool to gettext
This is to make a migration from autotools to meson easier. Also, intltool got obsoleted by gettext. There are minor differences in some of the translated files, but functionally it should not make any difference. But why gettext insist on reversing the alphabetic order in the appdata file (so zh_TW comes first and cs comes last) is beyond me. https://gitlab.gnome.org/GNOME/yelp/merge_requests/11
Diffstat (limited to 'data')
-rw-r--r--data/domains/yelp.pot4
-rw-r--r--data/yelp.appdata.xml.in24
2 files changed, 14 insertions, 14 deletions
diff --git a/data/domains/yelp.pot b/data/domains/yelp.pot
index 8cdef476..aaedfa56 100644
--- a/data/domains/yelp.pot
+++ b/data/domains/yelp.pot
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-11-21 23:10-0500\n"
+"POT-Creation-Date: 2019-01-24 21:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,7 +19,7 @@ msgstr ""
#.
#. <string/> - The package to install
#.
-#: yelp.xml.in:36
+#: data/domains/yelp.xml.in:36
msgid "Install <string/>"
msgstr ""
diff --git a/data/yelp.appdata.xml.in b/data/yelp.appdata.xml.in
index 604ab259..41742d27 100644
--- a/data/yelp.appdata.xml.in
+++ b/data/yelp.appdata.xml.in
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<application>
- <id type="desktop">yelp.desktop</id>
+<component type="desktop">
+ <id>yelp.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
- <_name>GNOME Help</_name>
- <_summary>Help viewer for GNOME</_summary>
+ <name>GNOME Help</name>
+ <summary>Help viewer for GNOME</summary>
<description>
- <_p>
+ <p>
Yelp is the GNOME help viewer. It is the default Mallard viewer, but it
can also display DocBook, info, man, and HTML documentation.
- </_p>
- <_p>
+ </p>
+ <p>
It makes it easy to find the documentation you need, with interactive
search and bookmarks.
- </_p>
- <_p>
+ </p>
+ <p>
It also has an editor mode, which shows editorial comments and revision
statuses when editing Mallard documents.
- </_p>
+ </p>
</description>
<screenshots>
<screenshot type="default">https://wiki.gnome.org/Apps/Yelp?action=AttachFile&amp;do=get&amp;target=yelp_screenshot.png</screenshot>
@@ -27,5 +27,5 @@
<project_group>GNOME</project_group>
<compulsory_for_desktop>GNOME</compulsory_for_desktop>
<translation type="gettext">yelp</translation>
- <_developer_name>The GNOME Project</_developer_name>
-</application>
+ <developer_name>The GNOME Project</developer_name>
+</component>