1
0
Fork 0
mirror of https://github.com/Findus23/plugin-CustomiseTranslations.git synced 2024-09-19 15:53:49 +02:00
plugin-CustomiseTranslations/plugin.json

29 lines
700 B
JSON
Raw Normal View History

2018-10-26 21:26:24 +02:00
{
"name": "CustomiseTranslations",
"description": "This plugin allows you to modify all translateable strings in Matomo",
"version": "0.1.0",
"theme": false,
"require": {
"piwik": ">=3.6.0,<4.0.0-b1"
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
}
],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/plugin-LanguageToogle/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/plugin-LanguageToogle"
},
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": [
"language",
"customisation"
]
}