mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
35 lines
926 B
JSON
35 lines
926 B
JSON
{
|
|
"name": "flarum/lang-english",
|
|
"type": "flarum-extension",
|
|
"description": "English language pack.",
|
|
"keywords": ["locale"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"flarum/core": "^1.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "English",
|
|
"category": "language",
|
|
"info": {
|
|
"donate": "https://flarum.org/donate/",
|
|
"website": "https://flarum.org",
|
|
"support": "https://discuss.flarum.org"
|
|
},
|
|
"icon": {
|
|
"image": "icon.svg",
|
|
"backgroundColor": "#00247d",
|
|
"backgroundSize": "cover",
|
|
"backgroundPosition": "center"
|
|
}
|
|
},
|
|
"flarum-locale": {
|
|
"code": "en",
|
|
"title": "English"
|
|
}
|
|
}
|
|
}
|