From 547f71c624fe1d1995a27cf00c0331ca69bbbf78 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Tue, 5 Dec 2017 16:05:43 +0900 Subject: [PATCH] Add Korean translation for Special pages Change-Id: If34f9ce121ed897784a4842d8acbf8e7d74e351c Signed-off-by: Yongmin Hong --- Linter.alias.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Linter.alias.php b/Linter.alias.php index d20f437a..779cde15 100644 --- a/Linter.alias.php +++ b/Linter.alias.php @@ -30,6 +30,11 @@ $specialPageAliases['es'] = [ 'LintErrors' => [ 'Errores_de_sintaxis' ], ]; +/** 한국어 (Korean) */ +$specialPageAliases['ko'] = [ + 'LintErrors' => [ '린트오류' ], +]; + /** Urdu (اردو) */ $specialPageAliases['ur'] = [ 'LintErrors' => [ 'نحوی_نقائص' ],