-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 1.7 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
{
"name": "pkgstore/flarum-l10n-ext-russian",
"description": "Flarum Extensions Russian language pack (UNOFFICIAL).",
"type": "flarum-extension",
"license": "MIT",
"homepage": "https://pkgstore.github.io/",
"keywords": ["z17", "extension", "flarum", "russian", "language", "locale", "localization", "translation"],
"authors": [
{
"name": "Kitsune Solar",
"email": "[email protected]",
"homepage": "https://kitsune.solar/",
"role": "Translator"
}
],
"support": {
"source": "https://github.com/pkgstore/flarum-l10n-ext-russian",
"issues": "https://github.com/pkgstore/flarum-l10n-ext-russian/issues",
"docs": "https://github.com/pkgstore/flarum-l10n-ext-russian/wiki",
"forum": "https://github.com/pkgstore/flarum-l10n-ext-russian/discussions"
},
"require": {
"flarum/core": "^1.1"
},
"suggest": {
"flarum/flarum": "Flarum",
"pkgstore/flarum-l10n-core-russian": "Flarum Russian language pack (UNOFFICIAL)."
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"flarum-extension": {
"title": "Русский",
"category": "language",
"info": {
"donate": "https://kitsune.solar/ru/donate/",
"website": "https://pkgstore.github.io/",
"support": "https://github.com/pkgstore/flarum-l10n-ext-russian/discussions"
},
"icon": {
"image": "icon.svg",
"backgroundColor": "#ffffff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flagrow": {
"discuss": "https://github.com/pkgstore/flarum-l10n-ext-russian/discussions"
},
"flarum-locale": {
"code": "ru",
"title": "Русский"
}
}
}