From 5f30026b552a68e68868bf5903a69fce58b202a5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 30 Mar 2019 16:46:29 +0100 Subject: [PATCH] remove translations in the manifest --- manifest.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index ff653073..fb56a45f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,7 @@ "id": "pixelfed", "packaging_format": 1, "description": { - "en": "ActivityPub Federated Image Sharing", - "fr": "Partage d'image fédéré avec ActivityPub." + "en": "ActivityPub Federated Image Sharing" }, "version": "0.0.0~ynh2", "url": "https://pixelfed.org/", @@ -26,8 +25,7 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain for Pixelfed", - "fr": "Choisissez un nom de domaine pour Pixelfed" + "en": "Choose a domain for Pixelfed" }, "example": "domain.org" }, @@ -35,8 +33,7 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for Pixelfed", - "fr": "Choisissez un chemin pour Pixelfed" + "en": "Choose a path for Pixelfed" }, "example": "/pixelfed", "default": "/pixelfed" @@ -45,8 +42,7 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" + "en": "Is it a public application?" }, "default": true }