summaryrefslogtreecommitdiff
blob: 13615fc337424616ac62192c2473c8c1a2263089 (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
{
    "name": "CLDR",
    "version": "4.11.0 [https://www.mediawiki.org/wiki/MLEB MLEB 2021.12]",
    "author": [
        "Niklas Laxström",
        "Siebrand Mazeland",
        "Ryan Kaldari",
        "Sam Reed"
    ],
    "requires": {
        "MediaWiki": ">= 1.34.0"
    },
    "url": "https://www.mediawiki.org/wiki/Extension:CLDR",
    "descriptionmsg": "cldr-desc",
    "license-name": "GPL-2.0-or-later",
    "Hooks": {
        "LanguageGetTranslatedLanguageNames": "LanguageNames::coreHook",
        "GetHumanTimestamp": "TimeUnits::onGetHumanTimestamp"
    },
    "MessagesDirs": {
        "CLDR": [
            "i18n"
        ]
    },
    "AutoloadClasses": {
        "CLDRParser": "includes/CLDRParser.php",
        "CldrNames": "includes/CldrNames.php",
        "LanguageNames": "includes/LanguageNames.php",
        "CountryNames": "includes/CountryNames.php",
        "CurrencyNames": "includes/CurrencyNames.php",
        "TimeUnits": "includes/TimeUnits.php"
    },
    "manifest_version": 2
}