Provide link to compact language links info page

Bug: T157344
Change-Id: Ib0d14ee0bdd639c14805412b1754f0f69f6daa63
This commit is contained in:
Niklas Laxström
2017-02-13 09:44:13 +01:00
committed by Amire80
parent 338a23867e
commit af37b31b8a
2 changed files with 5 additions and 2 deletions

View File

@@ -384,7 +384,10 @@ class UniversalLanguageSelectorHooks {
$preferences['compact-language-links'] = [
'type' => 'check',
'section' => 'rendering/languages',
'label-message' => 'ext-uls-compact-language-links-preference'
'label-message' => [
'ext-uls-compact-language-links-preference',
'mediawikiwiki:Special:MyLanguage/Universal_Language_Selector/Compact_Language_Links'
]
];
}

View File

@@ -73,5 +73,5 @@
"apihelp-ulslocalization-example-1": "Get Tamil localization",
"apihelp-ulslocalization-example-2": "Get Hindi localization",
"prefs-languages": "Languages",
"ext-uls-compact-language-links-preference": "Use a compact language list, with languages relevant to you."
"ext-uls-compact-language-links-preference": "Use a [[$1|compact language list]], with languages relevant to you."
}