Add Korean translation for Special pages

Change-Id: If34f9ce121ed897784a4842d8acbf8e7d74e351c
Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
Yongmin Hong 2017-12-05 16:05:43 +09:00
parent 6c954f6b80
commit 547f71c624
No known key found for this signature in database
GPG key ID: 48AE727894A6F064

View file

@ -30,6 +30,11 @@ $specialPageAliases['es'] = [
'LintErrors' => [ 'Errores_de_sintaxis' ],
];
/** 한국어 (Korean) */
$specialPageAliases['ko'] = [
'LintErrors' => [ '린트오류' ],
];
/** Urdu (اردو) */
$specialPageAliases['ur'] = [
'LintErrors' => [ 'نحوی_نقائص' ],