framework/extensions/lang-english/flarum.json
Maël Soucaze 3b86c486b5 Change the Font Awesome icon
The "language" icon is better and more specific by default than the
"globe" icon, which can be used on many non-language extensions.
2015-09-25 17:28:14 +02:00

27 lines
636 B
JSON

{
"name": "english",
"title": "English",
"locale": "en",
"description": "English language pack.",
"keywords": ["language"],
"version": "0.1.0-beta.3",
"author": {
"name": "Toby Zerner",
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
},
"license": "MIT",
"require": {
"flarum": ">=0.1.0-beta.3"
},
"support": {
"source": "https://github.com/flarum/english",
"issues": "https://github.com/flarum/core/issues"
},
"icon": {
"name": "language",
"backgroundColor": "#eee",
"color": "#000"
}
}