1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00
This commit is contained in:
ericgaspar 2022-03-21 16:12:55 +01:00
parent f14e7d9fc0
commit 6248884051
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 7 additions and 1 deletions

6
conf/de.src Normal file
View 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=

View file

@ -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"
}
]