From d53593a9e569ec0a44d371803e9429ba7ba50e07 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 21 Jul 2022 18:17:14 +0000 Subject: [PATCH] Upgrade to v5.7.10 --- manifest.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index dc9eced..436a635 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted financial manager", "fr": "Gestionnaire de finances personnelles" }, - "version": "5.7.9~ynh2", + "version": "5.7.10~ynh1", "url": "https://firefly-iii.org/", "upstream": { "license": "GPL-3.0-or-later", @@ -44,8 +44,8 @@ { "name": "is_public", "type": "boolean", - "help": { - "en": "If enabled, firefly-iii will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", + "help": { + "en": "If enabled, firefly-iii will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, firefly-iii sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true @@ -57,7 +57,15 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["de_DE", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pt_PT"], + "choices": [ + "de_DE", + "en_US", + "es_ES", + "fr_FR", + "it_IT", + "nl_NL", + "pt_PT" + ], "default": "fr_FR" }, {