From 18b6cd61fa7767c6340df96020dfb91a3794ba00 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 9 Feb 2019 12:55:20 +0100 Subject: [PATCH] add application description in the manifest.json --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c0d3751..d784249 100755 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,8 @@ "id": "plume", "packaging_format": 1, "description": { - "en": "Federated blogging application" + "en": "Federated blogging application", + "fr": "Une application de blogging fédérée." }, "version": "0.2.0~ynh2", "url": "https://baptiste.gelez.xyz/",