From 88f61b35a2a8a16cc07afa4de63cbf79dfb624f3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Tue, 8 May 2018 21:37:48 +0200 Subject: [PATCH] add english to enable localization with https://translate.yunohost.org --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0a81d75..3c18034 100644 --- a/manifest.json +++ b/manifest.json @@ -83,10 +83,11 @@ "name": "email", "type": "email", "ask": { + "en": "Your mail address.", "fr": "Votre adresse mail." }, "exemple": "abc@efg.hi" } ] } -} \ No newline at end of file +}