aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authormagikcypress <cyp@rouquin.me>2017-04-15 04:20:28 +0200
committermagikcypress <cyp@rouquin.me>2017-04-15 04:20:28 +0200
commit9bddc797b46855a64e0a4e943dd3480f84b8b5a4 (patch)
treea61d4bb529ce5421ee3c614973d277cc67383183 /manifest.json
parent4ff6c990ccdf7a1085a8b91c09e3dfe36c02967d (diff)
downloadmastodon_ynh-9bddc797b46855a64e0a4e943dd3480f84b8b5a4.tar.gz
mastodon_ynh-9bddc797b46855a64e0a4e943dd3480f84b8b5a4.tar.bz2
mastodon_ynh-9bddc797b46855a64e0a4e943dd3480f84b8b5a4.zip
[add] language
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json17
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?",