1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Fix warning

Warning: Packagers: option language has 'choices' but has type 'string', use 'select' instead to remove this warning.
This commit is contained in:
Tagada 2023-07-29 17:15:12 +02:00
parent 27d7a548f2
commit 366a54b116

View file

@ -43,7 +43,7 @@ ram.runtime = "50M"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
type = "select"
choices = ["de", "en-US", "es", "fr", "it", "nl", "pt-PT"]
default = "fr"