Add Korean special page alias

Change-Id: Iedcf6561640193e3f2efcff3d65c3da91c153592
This commit is contained in:
na1307 2022-06-30 10:46:57 +09:00
parent e48f34e558
commit d19cc7e9eb
No known key found for this signature in database
GPG key ID: 569FA09548161BA5

View file

@ -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' ],