mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 09:10:05 +00:00
Add Hebrew alias for special page LintErrors
Change-Id: I1c3c566e2e5fd8f06f341d25ae0a8e491ab7ab1b
This commit is contained in:
parent
6f005088f8
commit
568aa34701
|
@ -30,6 +30,11 @@ $specialPageAliases['es'] = [
|
|||
'LintErrors' => [ 'Errores_de_sintaxis' ],
|
||||
];
|
||||
|
||||
/** עברית (Hebrew) */
|
||||
$specialPageAliases['he'] = [
|
||||
'LintErrors' => [ 'שגיאות_ניקיון' ],
|
||||
];
|
||||
|
||||
/** 한국어 (Korean) */
|
||||
$specialPageAliases['ko'] = [
|
||||
'LintErrors' => [ '린트오류' ],
|
||||
|
|
Loading…
Reference in a new issue