-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.json
52 lines (52 loc) · 1.2 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "flarum-lang/chinese-simplified",
"description": "Chinese language pack for Flarum.",
"keywords": [
"flarum",
"locale",
"extension",
"Chinsese",
"中文",
"简体中文"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Flarum Fans",
"email": "[email protected]",
"homepage": "https://github.com/FFans"
}
],
"support": {
"source": "https://github.com/flarum-lang/chinese-simplified",
"issues": "https://github.com/flarum-lang/chinese-simplified/issues",
"forum": "https://discuss.flarum.org/d/22690"
},
"require": {
"flarum/core": "^1.0.0"
},
"replace": {
"littlegolden/flarum-lang-simplified-chinese": "*",
"ffans/lang-simplified-chinese": "*"
},
"extra": {
"flarum-extension": {
"title": "简体中文",
"category": "language",
"icon": {
"image": "icon.svg",
"backgroundColor": "#fff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"extiverse": {
"discuss": "https://discuss.flarum.org/d/22690"
},
"flarum-locale": {
"code": "zh-Hans",
"title": "简体中文"
}
}
}