mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 17:20:12 +00:00
Add Korean translation for Special pages
Change-Id: If34f9ce121ed897784a4842d8acbf8e7d74e351c Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
6c954f6b80
commit
547f71c624
|
@ -30,6 +30,11 @@ $specialPageAliases['es'] = [
|
||||||
'LintErrors' => [ 'Errores_de_sintaxis' ],
|
'LintErrors' => [ 'Errores_de_sintaxis' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/** 한국어 (Korean) */
|
||||||
|
$specialPageAliases['ko'] = [
|
||||||
|
'LintErrors' => [ '린트오류' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Urdu (اردو) */
|
/** Urdu (اردو) */
|
||||||
$specialPageAliases['ur'] = [
|
$specialPageAliases['ur'] = [
|
||||||
'LintErrors' => [ 'نحوی_نقائص' ],
|
'LintErrors' => [ 'نحوی_نقائص' ],
|
||||||
|
|
Loading…
Reference in a new issue