diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 9409e47..84bb6fd 100644 --- a/manifest.json +++ b/manifest.json @@ -9,12 +9,12 @@ "en": "Mastodon is a free, open-source social network.", "fr": "Mastodon est un réseau social gratuit et open source." }, - "version": "0.6 dev", + "version": "1.1.1", "url": "https://github.com/tootsuite/mastodon", - "license": "AGPL", + "license": "AGPL v3.0", "maintainer": { - "name": "cyp", - "email": "cyp@rouquin.me" + "name": "cyp, nemsia", + "email": "cyp@rouquin.me, nemsia@nemsia.org" }, "multi_instance": false, "services": [ @@ -60,6 +60,15 @@ "example": "adminpassword" }, { + "name": "language", + "ask": { + "en": "Choose the application language", + "fr": "Choisissez la langue de l'application" + }, + "choices": ["en_EN", "fr_FR"], + "default": "fr_FR" + }, + { "name": "is_public", "ask": { "en": "Mastodon is it public?", |
