mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update manifest.toml
Add language select
This commit is contained in:
parent
8e4cb534ed
commit
7a5785e5e3
1 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,13 @@ ram.runtime = "512M"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
|
[install.language]
|
||||||
|
ask.en = "Choose the application language"
|
||||||
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
|
type = "select"
|
||||||
|
choices = ["en-US", "es-ES", "it-IT", "fr-FR"]
|
||||||
|
default = "en-US"
|
||||||
|
|
||||||
[install.user_home]
|
[install.user_home]
|
||||||
ask.en = "Access the users home folder from Nextcloud?"
|
ask.en = "Access the users home folder from Nextcloud?"
|
||||||
ask.fr = "Accéder au dossier personnel des utilisateurs depuis Nextcloud ?"
|
ask.fr = "Accéder au dossier personnel des utilisateurs depuis Nextcloud ?"
|
||||||
|
|
Loading…
Add table
Reference in a new issue