mediawiki-extensions-Locali.../extension.json

59 行
1.4 KiB
JSON

{
"@note": "This file must be kept in sync with LocalisationUpdate.php",
"name": "LocalisationUpdate",
"namemsg": "localisationupdate-extensionname",
"version": "1.4.0",
"author": [
"Tom Maaswinkel",
"Niklas Laxström",
"Roan Kattouw"
],
"requires": {
"MediaWiki": ">= 1.35.0"
},
"url": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate",
"descriptionmsg": "localisationupdate-desc",
"license-name": "GPL-2.0-or-later",
"type": "other",
"MessagesDirs": {
"LocalisationUpdate": [
"i18n"
]
},
"AutoloadNamespaces": {
"LocalisationUpdate\\": "includes/"
},
"Hooks": {
"LocalisationCacheRecache": "main",
"LocalisationCacheRecacheFallback": "main"
},
"HookHandlers": {
"main": {
"class": "LocalisationUpdate\\LocalisationUpdate"
}
},
"config": {
"LocalisationUpdateDirectory": {
"value": false
},
"LocalisationUpdateRepository": {
"value": "github"
},
"LocalisationUpdateRepositories": {
"value": {
"github": {
"mediawiki": "https://raw.github.com/wikimedia/mediawiki/master/%PATH%",
"extension": "https://raw.github.com/wikimedia/mediawiki-extensions-%NAME%/master/%PATH%",
"skin": "https://raw.github.com/wikimedia/mediawiki-skins-%NAME%/master/%PATH%"
}
}
},
"LocalisationUpdateHttpRequestOptions": {
"value": {
"followRedirects": true
}
}
},
"manifest_version": 2
}