summaryrefslogtreecommitdiff
blob: f25a01284547a5ed7a349a99c53ea2a42c592458 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
    "@note": "This file must be kept in sync with LocalisationUpdate.php",
    "name": "LocalisationUpdate",
    "namemsg": "localisationupdate-extensionname",
    "version": "1.4.0 [https://www.mediawiki.org/wiki/MLEB MLEB 2020.07]",
    "author": [
        "Tom Maaswinkel",
        "Niklas Laxström",
        "Roan Kattouw"
    ],
    "requires": {
        "MediaWiki": ">= 1.31.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": "LocalisationUpdate\\LocalisationUpdate::onRecache",
        "LocalisationCacheRecacheFallback": "LocalisationUpdate\\LocalisationUpdate::onRecacheFallback"
    },
    "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
}