From f251a5c498fea1b05f79d88ee34591657412c3e2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 24 Sep 2018 19:13:29 +0200 Subject: [PATCH] [enh] Add French description --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ba6d4e8..b5314b6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,8 @@ "id": "cowyo", "packaging_format": 1, "description": { - "en": "A feature-rich wiki webserver for minimalists, packaged for YunoHost" + "en": "A feature-rich wiki webserver for minimalists.", + "fr": "Un serveur de wiki minimaliste mais riche en fonctionnalités." }, "version": "2.12.0~ynh1", "url": "https://github.com/schollz/cowyo", @@ -40,4 +41,4 @@ } ] } -} \ No newline at end of file +}