Translate: Special page names into Polish

Change-Id: I5c50ad6f611e013c0a9f5a0f4531a6065a5f12b6
This commit is contained in:
Msz2001 2022-10-13 12:12:16 +00:00
parent c765c4124d
commit cf58427165

View file

@ -39,4 +39,6 @@ $specialPageAliases['ko'] = [
/** Polish (polski) */
$specialPageAliases['pl'] = [
'TopicSubscriptions' => [ 'Subskrypcje_wątków', 'Subskrybowane_wątki' ],
'FindComment' => [ 'Znajdź_komentarz' ],
'GoToComment' => [ 'Przejdź_do_komentarza' ],
];