From 8452a57ffea5b8a53750484c37b66bc4a708cfea Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 24 Sep 2018 19:34:40 +0200 Subject: [PATCH] [add] French description Description is missing in French apps list. --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 359a850..6913f64 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,8 @@ "id": "peertube", "packaging_format": 1, "description": { - "en": "Video streaming platform using P2P directly in the web browser, connected to a federated network" + "en": "Video streaming platform using P2P directly in the web browser, connected to a federated network", + "fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé" }, "version": "1.0.0-beta.13", "url": "https://github.com/Chocobozzz/PeerTube",