1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Upgrade to v5.7.5

This commit is contained in:
yunohost-bot 2022-05-05 06:28:21 +00:00
parent 3861afcfef
commit 13dbaa39d2

View file

@ -6,7 +6,7 @@
"en": "Self-hosted financial manager", "en": "Self-hosted financial manager",
"fr": "Gestionnaire de finances personnelles" "fr": "Gestionnaire de finances personnelles"
}, },
"version": "5.7.4~ynh1", "version": "5.7.5~ynh1",
"url": "https://firefly-iii.org/", "url": "https://firefly-iii.org/",
"upstream": { "upstream": {
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
@ -31,7 +31,7 @@
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -40,7 +40,7 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"example": "/firefly", "example": "/firefly",
"default": "/firefly" "default": "/firefly"
}, },
{ {
"name": "admin", "name": "admin",
@ -53,14 +53,22 @@
"en": "Choose the application language", "en": "Choose the application language",
"fr": "Choisissez la langue de l'application" "fr": "Choisissez la langue de l'application"
}, },
"choices": ["de", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pt_PT"], "choices": [
"de",
"en_US",
"es_ES",
"fr_FR",
"it_IT",
"nl_NL",
"pt_PT"
],
"default": "fr_FR" "default": "fr_FR"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "If enabled, firefly-iii will be accessible by people who doesnt have an account. This can be changed later via the webadmin.", "en": "If enabled, firefly-iii will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, firefly-iii sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." "fr": "Si cette case est cochée, firefly-iii sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
}, },
"default": true "default": true