forked from vslavik/poedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
net.poedit.Poedit.appdata.xml
40 lines (39 loc) · 1.44 KB
/
net.poedit.Poedit.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>net.poedit.Poedit</id>
<name>Poedit</name>
<summary>Simple translations editor</summary>
<project_license>MIT</project_license>
<metadata_license>CC0-1.0</metadata_license>
<description>
<p>
Translations editor for gettext (PO files) and XLIFF.
It helps with translating applications or WordPress themes and
plugins into other languages, as well as with developing
localizable applications.
</p>
</description>
<screenshots>
<screenshot>
<image type="source">https://poedit.net/images/screenshots/linux/poedit-appdata1.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://poedit.net</url>
<url type="bugtracker">https://github.com/vslavik/poedit</url>
<url type="translate">https://crowdin.com/project/poedit</url>
<keywords>
<keyword>translation</keyword>
<keyword>gettext</keyword>
<keyword>po</keyword>
<keyword>localization</keyword>
<keyword>i18n</keyword>
<keyword>wordpress</keyword>
<keyword>xliff</keyword>
</keywords>
<launchable type="desktop-id">net.poedit.Poedit.desktop</launchable>
<provides>
<binary>poedit</binary>
</provides>
<developer_name>Václav Slavík</developer_name>
<translation type="gettext">poedit</translation>
</component>