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", "id": "pixelfed",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "ActivityPub Federated Image Sharing", "en": "ActivityPub Federated Image Sharing"
"fr": "Partage d'image fédéré avec ActivityPub."
}, },
"version": "0.0.0~ynh2", "version": "0.0.0~ynh2",
"url": "https://pixelfed.org/", "url": "https://pixelfed.org/",
@ -26,8 +25,7 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Pixelfed", "en": "Choose a domain for Pixelfed"
"fr": "Choisissez un nom de domaine pour Pixelfed"
}, },
"example": "domain.org" "example": "domain.org"
}, },
@ -35,8 +33,7 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for Pixelfed", "en": "Choose a path for Pixelfed"
"fr": "Choisissez un chemin pour Pixelfed"
}, },
"example": "/pixelfed", "example": "/pixelfed",
"default": "/pixelfed" "default": "/pixelfed"
@ -45,8 +42,7 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public application?", "en": "Is it a public application?"
"fr": "Est-ce une application publique ?"
}, },
"default": true "default": true
} }