forked from innocraft/plugin-CustomTranslations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
24 lines (24 loc) · 797 Bytes
/
plugin.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
{
"name": "CustomTranslations",
"description": "Translate entities and tracked values into different languages. For example Custom dimensions, dashboard names, custom report names, event values, ...",
"version": "4.0.0",
"theme": false,
"require": {
"matomo": ">=4.0.0-b1,<5.0.0-b1"
},
"authors": [
{
"name": "InnoCraft",
"email": "[email protected]",
"homepage": "https://innocraft.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/innocraft/plugin-CustomTranslations/issues",
"forum": "https://forum.matomo.org"
},
"homepage": "https://innocraft.com",
"license": "GPL v3+",
"keywords": ["translation", "translate", "i18n", "international", "custom dimension", "custom reports"]
}