1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2022-02-27 11:20:15 +01:00
parent 587126fcd7
commit 6d079fadad

View file

@ -31,7 +31,7 @@
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm", "php7.4-fpm",
"mysql" "mysql"
], ],
"arguments": { "arguments": {
@ -61,7 +61,7 @@
"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": ["fr_FR", "en_EN"], "choices": ["fr_FR", "en_US"],
"default": "fr_FR" "default": "fr_FR"
}, },
] ]