From 40ff7da6a0474b8d3758f9f115d41cc7b603a14f Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:27:21 +0100 Subject: [PATCH 1/4] Update manifest.json --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ff8c6f9..c47ae58 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,7 @@ "id": "mopidy", "packaging_format": 1, "description": { - "en": "Mopidy - is an extensible music server written in Python.", - "fr": "Mopidy - est un serveur de musique extensible écrit en Python" + "en": "Mopidy - is an extensible music server written in Python." }, "version": "1.0.2", "url": "https://www.mopidy.com/", From ea09fef425517d13d52dc2752f093a205562cff8 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:29:59 +0100 Subject: [PATCH 2/4] Update manifest.json --- manifest.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifest.json b/manifest.json index c47ae58..18a4bfa 100644 --- a/manifest.json +++ b/manifest.json @@ -28,10 +28,6 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Mopidy", - "fr": "Choisissez un nom de domaine pour Mopidy" - }, "example": "example.org" }, { From d316a40be4de8bf6af45fcae3b12f3587521b3b0 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:35:34 +0100 Subject: [PATCH 3/4] Update manifest.json --- manifest.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifest.json b/manifest.json index 18a4bfa..046e3c2 100644 --- a/manifest.json +++ b/manifest.json @@ -33,10 +33,6 @@ { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Mopidy", - "fr": "Choisissez un chemin pour Mopidy" - }, "example": "/mopidy", "default": "/mopidy" }, From d4d76cd3b06b2fd6e04f1b9323137adb00793b2e Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:43:23 +0100 Subject: [PATCH 4/4] Update manifest.json --- manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 046e3c2..0fb32a6 100644 --- a/manifest.json +++ b/manifest.json @@ -39,10 +39,7 @@ { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, + "help": "en: public app can be used by anonymous visitors", "default": true } ]