2015-10-03 14:55:17 +08:00
|
|
|
{
|
|
|
|
"name": "flarum/english",
|
|
|
|
"type": "flarum-extension",
|
|
|
|
"description": "English language pack.",
|
2015-10-12 12:30:25 +08:00
|
|
|
"keywords": ["locale"],
|
2015-10-03 14:55:17 +08:00
|
|
|
"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",
|
2015-10-03 14:55:17 +08:00
|
|
|
"backgroundSize": "cover",
|
|
|
|
"backgroundPosition": "center"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"flarum-locale": {
|
|
|
|
"code": "en",
|
|
|
|
"title": "English"
|
|
|
|
}
|
2015-10-03 16:07:04 +08:00
|
|
|
}
|
2015-10-03 14:55:17 +08:00
|
|
|
}
|