mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Add Korean special page alias
Change-Id: Iedcf6561640193e3f2efcff3d65c3da91c153592
This commit is contained in:
parent
e48f34e558
commit
d19cc7e9eb
|
@ -18,6 +18,11 @@ $specialPageAliases['cs'] = [
|
|||
'TopicSubscriptions' => [ 'Odebíraná_témata' ],
|
||||
];
|
||||
|
||||
/** 한국어 (Korean) */
|
||||
$specialPageAliases['ko'] = [
|
||||
'TopicSubscriptions' => [ '구독하는주제' ],
|
||||
];
|
||||
|
||||
/** polski (Polish) */
|
||||
$specialPageAliases['pl'] = [
|
||||
'TopicSubscriptions' => [ 'Subskrypcje_wątków', 'Subskrybowane_wątki' ],
|
||||
|
|
Loading…
Reference in a new issue