mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Fix
This commit is contained in:
parent
f14e7d9fc0
commit
6248884051
2 changed files with 7 additions and 1 deletions
6
conf/de.src
Normal file
6
conf/de.src
Normal file
|
@ -0,0 +1,6 @@
|
|||
SOURCE_URL=https://download.moodle.org/download.php/direct/langpack/3.11/de.zip
|
||||
SOURCE_SUM=4a1da72ce6b6d498c913ffaadec716e154cd0554a32cba9e13df00b5cf44a331
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=
|
|
@ -66,7 +66,7 @@
|
|||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["fr", "en"],
|
||||
"choices": ["de", "en", "fr"],
|
||||
"default": "fr"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue