mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
fix
This commit is contained in:
parent
6380b60504
commit
891f683081
2 changed files with 6 additions and 4 deletions
|
@ -41,7 +41,7 @@ ram.runtime = "50M"
|
|||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "select"
|
||||
choices = ["de", "en", "es", "fa", "fr", "it", "lt", "nl", "pl", "pt"]
|
||||
default = "fr"
|
||||
default = "en"
|
||||
|
||||
[resources]
|
||||
|
||||
|
|
|
@ -2,9 +2,11 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.language = "fr"
|
||||
|
||||
# -------------------------------
|
||||
# Commits to test upgrade from
|
||||
|
|
Loading…
Add table
Reference in a new issue