framework/extensions/lang-english/composer.json

23 lines
558 B
JSON
Raw Normal View History

{
"name": "flarum/english",
"type": "flarum-extension",
"description": "English language pack.",
2015-10-12 12:30:25 +08:00
"keywords": ["locale"],
"license": "MIT",
"extra": {
"flarum-extension": {
"title": "English",
"icon": {
2015-10-07 20:31:00 +08:00
"image": "icon.svg",
2015-10-12 12:30:25 +08:00
"backgroundColor": "#00247d",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "en",
"title": "English"
}
}
}