From 5ac1b960648e51a6466aebbb53bcbac69ad12f34 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Tue, 8 May 2018 21:36:29 +0200 Subject: [PATCH] add english to enable localization with https://translate.yunohost.org/projects/yunohost-apps/apps/ --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 21a8c23..6f201c6 100644 --- a/manifest.json +++ b/manifest.json @@ -72,6 +72,7 @@ "name": "admin_email", "type": "email", "ask": { + "en": "Your mail address.", "fr": "Votre adresse mail." }, "exemple": "abc@efg.hi" @@ -80,6 +81,7 @@ "name": "website_title", "type": "title", "ask": { + "en": "Your website's title.", "fr": "Le titre de votre site." }, "exemple": "MY BIG WEBSITE"