1
0
Fork 0
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:
CodeShakingSheep 2024-02-09 13:35:56 +01:00 committed by GitHub
parent 8e4cb534ed
commit 7a5785e5e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ?"