mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-11 17:02:28 +00:00
Add Korean special page aliases
Change-Id: I87c827d6f113b7d8d46eb60a6cd65ad6c679587c
This commit is contained in:
parent
855eef1c2a
commit
1c1d7b3c5d
|
@ -32,6 +32,8 @@ $specialPageAliases['he'] = [
|
|||
/** Korean (한국어) */
|
||||
$specialPageAliases['ko'] = [
|
||||
'TopicSubscriptions' => [ '구독하는주제' ],
|
||||
'FindComment' => [ '댓글찾기' ],
|
||||
'GoToComment' => [ '댓글로가기' ],
|
||||
];
|
||||
|
||||
/** Polish (polski) */
|
||||
|
|
Loading…
Reference in a new issue