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
|
{
"name": "Gentoo Toolbox",
"version": "0.0.2",
"author": [ "Alex Legler" ],
"url": "https://wiki.gentoo.org/",
"license-name": "GPL-2.0",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.35.0"
},
"ExtensionMessagesFiles": {
"GTBX_TranslationProperties": "properties/TranslationProperties.i18n.php"
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "GentooToolbox"
},
"AutoloadClasses": {
"GTBXLocalizedMsg": "localizedmsg/LocalizedMsg.php",
"GTBXTranslationProperties": "properties/TranslationProperties.body.php"
},
"Hooks": {
"smwInitProperties": "GTBXTranslationProperties::setupProperties",
"SMWStore::updateDataBefore": "GTBXTranslationProperties::updateDataBefore",
"ParserFirstCallInit": "GTBXLocalizedMsg::onParserFirstCallInit"
},
"manifest_version": 1
}
|