aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Fiala <jurf@riseup.net>2019-05-06 22:11:59 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-05-06 22:11:59 +0200
commitdf9059d1a8d01df114bd6ed74fd3be1400f8f0af (patch)
treeb689ee039cfdbb3ae4121625bb6d16bc25c3d173
parent4658e9c1d9ba52edcdaec1ba5d6075b6bcef6771 (diff)
downloadrneovim-df9059d1a8d01df114bd6ed74fd3be1400f8f0af.tar.gz
rneovim-df9059d1a8d01df114bd6ed74fd3be1400f8f0af.tar.bz2
rneovim-df9059d1a8d01df114bd6ed74fd3be1400f8f0af.zip
appdata: Include more info #9974
- Configuring the translation domain allows calculating and showing the translation states of each language - OARS gives Neovim a nice ‘safe for children’ badge - Releases allow displaying release info/update frequency
-rw-r--r--runtime/nvim.appdata.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml
index 095e6c6fa8..fb409ff0b8 100644
--- a/runtime/nvim.appdata.xml
+++ b/runtime/nvim.appdata.xml
@@ -8,6 +8,7 @@
-->
<component type="desktop-application">
<id>nvim</id>
+ <translation type="gettext">nvim</translation>
<project_license>Apache-2.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<name>Neovim</name>
@@ -24,6 +25,16 @@
</screenshot>
</screenshots>
+ <releases>
+ <release date="2019-04-29" version="0.3.5"/>
+ <release date="2019-01-13" version="0.3.4"/>
+ <release date="2019-01-05" version="0.3.3"/>
+ <release date="2018-12-31" version="0.3.2"/>
+ <release date="2018-07-19" version="0.3.1"/>
+ <release date="2018-07-11" version="0.3.0"/>
+ </releases>
+
+ <content_rating type="oars-1.1"/>
<launchable type="desktop-id">nvim.desktop</launchable>
<url type="homepage">https://neovim.io/</url>
<url type="bugtracker">https://github.com/neovim/neovim/issues</url>