1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

remove translations in the manifest

This commit is contained in:
yalh76 2019-03-30 16:46:29 +01:00
parent cfbe2e6452
commit 5f30026b55

View file

@ -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
}