forked from tolgaaaltas/flarum-ext-turkish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.08 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
{
"name": "tolgaaaltas/flarum-ext-turkish",
"description": "Turkish language pack for Flarum's third party extensions.",
"keywords": [
"flarum",
"extension",
"turkish",
"locale",
"translation"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.13"
},
"suggest": {
"tolgaaaltas/flarum-lang-turkish": "Turkish language pack for Flarum's core."
},
"support": {
"issues": "https://github.com/tolgaaaltas/flarum-ext-turkish/issues",
"source": "https://github.com/tolgaaaltas/flarum-ext-turkish/"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
"authors": [{
"name": "tolgaaaltas",
"role": "Developer"
}],
"flarum-extension": {
"title": "Turkish Extensions Experience Pack",
"icon": {
"image": "extension.svg",
"backgroundColor": "#ffffff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/20684-flarum-extensions-turkish-language-pack"
},
"flarum-locale": {
"code": "tr",
"title": "Turkish"
}
}
}