From f702d3b4e9d125990f778a42172d7e08e5b21133 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 24 Sep 2018 19:39:31 +0200 Subject: [PATCH] [enh] More informative description [add] French description --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c7359be..5842fa6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,8 @@ "id": "squid3", "packaging_format": 1, "description": { - "en": "Squid 3 package for Yunohost" + "en": "Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.", + "fr": "Squid est un proxy cache pour le web, compatible HTTP, HTTPS, FTP, et plus encore." }, "version": "1.0~ynh1", "url": "http://www.squid-cache.org/",