This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
57 lines (57 loc) · 1.64 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
{
"name": "tolgaaaltas/flarum-lang-turkish",
"type": "flarum-extension",
"description": "Turkish language pack for Flarum's core.",
"keywords": ["locale"],
"license": "MIT",
"support": {
"issues": "https://github.com/tolgaaaltas/flarum-lang-turkish/issues",
"source": "https://github.com/tolgaaaltas/flarum-lang-turkish",
"forum": "https://discuss.flarum.org/d/21356-flarum-core-turkish-language-pack/"
},
"homepage": "https://tolgaaltas.com",
"funding": [
{
"type": "website",
"url": "https://tolgaaltas.com/contact/"
}
],
"authors": [
{
"name": "tolgaaaltas",
"homepage": "https://discuss.flarum.org/u/tolgaaaltas"
}
],
"require": {
"flarum/core": "^1.0.0"
},
"suggest": {
"tolgaaaltas/flarum-ext-turkish": "Turkish language pack for Flarum's third party extensions."
},
"support": {
"issues": "https://github.com/tolgaaaltas/flarum-lang-turkish/issues",
"source": "https://github.com/tolgaaaltas/flarum-lang-turkish/"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
"authors": [{
"name": "tolgaaaltas",
"role": "Developer"
}],
"flarum-extension": {
"title": "Turkish Core Experience Pack",
"icon": {
"image": "core.svg",
"backgroundColor": "#ffffff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "tr",
"title": "Turkish"
}
}
}