mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Merge "Translate special page alias into Polish"
This commit is contained in:
commit
6c3f056904
|
@ -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