Skip to content

Commit ed8a1c5

Browse files
committed
Add flatpak metadata
1 parent 3a05fde commit ed8a1c5

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop">
3+
<id>io.github.voxelcubes.deepqt</id>
4+
<launchable type="desktop-id">io.github.voxelcubes.deepqt.desktop</launchable>
5+
<name>DeepQt</name>
6+
<summary>Harness the power of the DeepL API with this friendly user interface</summary>
7+
<metadata_license>CC0-1.0</metadata_license>
8+
<project_license>GPL-3.0-or-later</project_license>
9+
<url type="homepage">https://github.com/VoxelCubes/DeepQt</url>
10+
<description>
11+
<p>DeepQt is a user-friendly application that harnesses the power of the DeepL API for translation purposes.
12+
With a clean interface and support for batch processing of plain text files and EPUB books,
13+
DeepQt makes it easy to translate texts efficiently and effectively.</p>
14+
15+
<p>DeepQt also features higher-level glossaries allowing you to make replacements before translation,
16+
to ensure consistnecy in terms. These can even be applied without translating anything!</p>
17+
18+
<p>To use DeepQt's translation features, you will need a DeepL API license, either free or pro.</p>
19+
</description>
20+
<screenshots>
21+
<!-- Replace the URL below with a screenshot of your application -->
22+
<screenshot type="default">
23+
<image>https://raw.githubusercontent.com/VoxelCubes/DeepQt/master/media/example_screenshot.png</image>
24+
</screenshot>
25+
</screenshots>
26+
<releases>
27+
<release version="1.1.7" date="2023-04-23"/>
28+
</releases>
29+
<content_rating type="oars-1.1" />
30+
<developer_name>VoxelCubes</developer_name>
31+
<categories>
32+
<category>Utility</category>
33+
<category>Translation</category>
34+
</categories>
35+
<provides>
36+
<binary>deepqt</binary>
37+
</provides>
38+
</component>

0 commit comments

Comments
 (0)