forked from flarum-lang/turkish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
58 lines (58 loc) · 1.5 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
53
54
55
56
57
58
{
"name": "flarum-lang/turkish",
"type": "flarum-extension",
"description": "Turkish language pack.",
"keywords": [
"locale"
],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum-lang/turkish/issues",
"source": "https://github.com/flarum-lang/turkish/",
"forum": "https://discuss.flarum.org/d/21356-flarum-core-turkish-language-pack/"
},
"homepage": "https://github.com/flarum-lang/",
"funding": [
{
"type": "website",
"url": "https://flarum.org/donate"
}
],
"authors": [
{
"name": "tolgaaaltas",
"homepage": "https://tolgaaltas.com/"
}
],
"require": {
"flarum/core": "^1.0.0"
},
"support": {
"issues": "https://github.com/flarum-lang/turkish/issues",
"source": "https://github.com/flarum-lang/turkish/"
},
"extra": {
"branch-alias": {
"dev-master": "1.10.x-dev"
},
"authors": [
{
"name": "tolgaaaltas",
"role": "Translator"
}
],
"flarum-extension": {
"title": "Turkish",
"icon": {
"image": "core.svg",
"backgroundColor": "#ffffff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "tr",
"title": "Turkish"
}
}
}