-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 823 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 823 Bytes
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
{
"name": "CustomTranslations",
"description": "Translate entities and tracked values into different languages. For example Custom dimensions, dashboard names, custom report names, event values, ...",
"version": "5.0.2",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "InnoCraft",
"email": "contact@innocraft.com",
"homepage": "https://innocraft.com"
}
],
"support": {
"email": "contact@innocraft.com",
"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"],
"category": "database"
}