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

Fix language code format, add German
This commit is contained in:
CodeShakingSheep 2024-02-09 14:25:09 +01:00 committed by GitHub
parent ca5453e633
commit a193e33055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,8 +52,8 @@ ram.runtime = "512M"
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"
choices = ["en_US", "es_ES", "it_IT", "fr_FR", "de_DE"]
default = "en_US"
[install.user_home]
ask.en = "Access the users home folder from Nextcloud?"