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.
32 lines
700 B
JSON
32 lines
700 B
JSON
{
|
|
"name": "JapaneseConvertor",
|
|
"author": "hyperzlib",
|
|
"url": "https://github.com/Isekai-Project/mediawiki-extension-LatinizeUrl",
|
|
"descriptionmsg": "latinizeurl-japanese-convertor-desc",
|
|
"version": "1.0.1",
|
|
"license-name": "MIT",
|
|
"type": "other",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.35.0"
|
|
},
|
|
"MessagesDirs": {
|
|
"JapaneseConvertor": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"LatinizeUrl\\JapaneseConvertor": "JapaneseConvertor.php"
|
|
},
|
|
"Hooks": {
|
|
"LatinizeUrlGetConvertor": [
|
|
"LatinizeUrl\\JapaneseConvertor::onGetConvertor"
|
|
]
|
|
},
|
|
"config": {
|
|
"LatinizeUrlJapaneseonvertorConfig": {
|
|
"parser": "remote"
|
|
}
|
|
},
|
|
"manifest_version": 1
|
|
}
|