mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update manifest.toml
Fix language code format, add German
This commit is contained in:
parent
ca5453e633
commit
a193e33055
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ ram.runtime = "512M"
|
||||||
ask.en = "Choose the application language"
|
ask.en = "Choose the application language"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["en-US", "es-ES", "it-IT", "fr-FR"]
|
choices = ["en_US", "es_ES", "it_IT", "fr_FR", "de_DE"]
|
||||||
default = "en-US"
|
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?"
|
||||||
|
|
Loading…
Add table
Reference in a new issue