mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Upgrade to v3.2.0
This commit is contained in:
parent
559da5574d
commit
6d25c0268b
2 changed files with 12 additions and 4 deletions
|
@ -28,7 +28,8 @@
|
|||
"php8.0-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [{
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
},
|
||||
|
@ -39,7 +40,14 @@
|
|||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["de", "en", "es", "fr", "it", "pt"],
|
||||
"choices": [
|
||||
"de",
|
||||
"en",
|
||||
"es",
|
||||
"fr",
|
||||
"it",
|
||||
"pt"
|
||||
],
|
||||
"default": "fr"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue