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 }