mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 09:10:05 +00:00
Setting alias of special page name for Urdu language
Change-Id: Id74065117b53d5fa7dd69481527a12d532f6a8cf
This commit is contained in:
parent
4f418cab44
commit
6ab3852d89
|
@ -29,3 +29,8 @@ $specialPageAliases['en'] = [
|
|||
$specialPageAliases['es'] = [
|
||||
'LintErrors' => [ 'Errores_de_sintaxis' ],
|
||||
];
|
||||
|
||||
/** Urdu (اردو) */
|
||||
$specialPageAliases['ur'] = [
|
||||
'LintErrors' => [ 'نحوی_نقائص' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue