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
653 B
JSON
29 lines
653 B
JSON
5 years ago
|
{
|
||
|
"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",
|
||
|
"MessagesDirs": {
|
||
|
"JapaneseConvertor": [
|
||
|
"i18n"
|
||
|
]
|
||
|
},
|
||
|
"AutoloadClasses": {
|
||
|
"LatinizeUrl\\JapaneseConvertor": "JapaneseConvertor.php"
|
||
|
},
|
||
|
"Hooks": {
|
||
|
"LatinizeUrlGetConvertor": [
|
||
|
"LatinizeUrl\\JapaneseConvertor::onGetConvertor"
|
||
|
]
|
||
|
},
|
||
|
"config": {
|
||
|
"LatinizeUrlJapaneseonvertorConfig": {
|
||
|
"parser": "remote"
|
||
|
}
|
||
|
},
|
||
|
"manifest_version": 1
|
||
|
}
|