1
0
Fork 0
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:
Thomas 2024-06-15 12:30:21 +02:00 committed by GitHub
parent 8d11554133
commit 1f6fd52026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ ram.runtime = "3G"
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 = ["fr", "en"] choices = ["en", "es", "pt", "de", "fr", "cz", "nl", "sv", "it", "tr", "zh-CN", "no", "da", "ru", "ko", "ja", "po", "fi",]
default = "fr" default = "fr"
[install.admin] [install.admin]