mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Translate special page alias into Polish
Change-Id: Ieac259d5cf48f786cd24f54fc40683fa254828b6
This commit is contained in:
parent
20c151db49
commit
64cd38c053
|
@ -17,3 +17,8 @@ $specialPageAliases['en'] = [
|
|||
$specialPageAliases['cs'] = [
|
||||
'TopicSubscriptions' => [ 'Odebíraná_témata' ],
|
||||
];
|
||||
|
||||
/** polski (Polish) */
|
||||
$specialPageAliases['pl'] = [
|
||||
'TopicSubscriptions' => [ 'Subskrypcje_wątków', 'Subskrybowane_wątki' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue