mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
29 lines
701 B
JSON
29 lines
701 B
JSON
{
|
|
"name": "flarum/lang-english",
|
|
"type": "flarum-extension",
|
|
"description": "English language pack.",
|
|
"keywords": ["locale"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.9"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "English",
|
|
"icon": {
|
|
"image": "icon.svg",
|
|
"backgroundColor": "#00247d",
|
|
"backgroundSize": "cover",
|
|
"backgroundPosition": "center"
|
|
}
|
|
},
|
|
"flarum-locale": {
|
|
"code": "en",
|
|
"title": "English"
|
|
}
|
|
}
|
|
}
|