Add Hebrew alias for special page LintErrors

Change-Id: I1c3c566e2e5fd8f06f341d25ae0a8e491ab7ab1b
This commit is contained in:
Guycn2 2018-03-30 22:39:36 +00:00 committed by Amire80
parent 6f005088f8
commit 568aa34701

View file

@ -30,6 +30,11 @@ $specialPageAliases['es'] = [
'LintErrors' => [ 'Errores_de_sintaxis' ],
];
/** עברית (Hebrew) */
$specialPageAliases['he'] = [
'LintErrors' => [ 'שגיאות_ניקיון' ],
];
/** 한국어 (Korean) */
$specialPageAliases['ko'] = [
'LintErrors' => [ '린트오류' ],