mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Typo
This commit is contained in:
parent
459674bd13
commit
3f38925b75
1 changed files with 3 additions and 3 deletions
|
@ -77,17 +77,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
"type":"language",
|
"type":"language",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Select a default language (you may change it later in the app)",
|
"en": "Select a default language (you may change it later in the app)",
|
||||||
"fr": "Choisissez une langue par défaut (vous pourrez la changer ultérieurement dans l'application)"
|
"fr": "Choisissez une langue par défaut (vous pourrez la changer ultérieurement dans l'application)"
|
||||||
},
|
},
|
||||||
"choices": [ "fr", "en", "es", "de"],
|
"choices": [ "fr", "en", "es", "de"],
|
||||||
"default": "fr"
|
"default": "fr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "upload",
|
"name": "upload",
|
||||||
"type":"boolean",
|
"type":"boolean",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Do you want to allow uploading of books (you may change it later in the app)?",
|
"en": "Do you want to allow uploading of books (you may change it later in the app)?",
|
||||||
"fr": "Voulez vous autoriser l'upload de livres (vous pourrez la changer ultérieurement dans l'application)?"
|
"fr": "Voulez vous autoriser l'upload de livres (vous pourrez la changer ultérieurement dans l'application)?"
|
||||||
|
|
Loading…
Add table
Reference in a new issue