You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
646 B
JSON
29 lines
646 B
JSON
{
|
|
"name": "ChineseConvertor",
|
|
"author": "hyperzlib",
|
|
"url": "https://github.com/Isekai-Project/mediawiki-extension-LatinizeUrl",
|
|
"descriptionmsg": "latinizeurl-chinese-convertor-desc",
|
|
"version": "1.0.1",
|
|
"license-name": "MIT",
|
|
"type": "other",
|
|
"MessagesDirs": {
|
|
"ChineseConvertor": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"LatinizeUrl\\ChineseConvertor": "ChineseConvertor.php"
|
|
},
|
|
"Hooks": {
|
|
"LatinizeUrlGetConvertor": [
|
|
"LatinizeUrl\\ChineseConvertor::onGetConvertor"
|
|
]
|
|
},
|
|
"config": {
|
|
"LatinizeUrlChineseConvertorConfig": {
|
|
"parser": "inner"
|
|
}
|
|
},
|
|
"manifest_version": 1
|
|
}
|