mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
add all available languages at installation
This commit is contained in:
parent
8d11554133
commit
1f6fd52026
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ram.runtime = "3G"
|
|||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "select"
|
||||
choices = ["fr", "en"]
|
||||
choices = ["en", "es", "pt", "de", "fr", "cz", "nl", "sv", "it", "tr", "zh-CN", "no", "da", "ru", "ko", "ja", "po", "fi",]
|
||||
default = "fr"
|
||||
|
||||
[install.admin]
|
||||
|
|
Loading…
Add table
Reference in a new issue