Translate Special:TopicSubscriptions to Czech

Change-Id: I6d2245ee38a529a0f6f10beab205b6ff58ae40a1
This commit is contained in:
Martin Urbanec 2021-11-22 16:23:41 +01:00
parent e682c3faba
commit 781db3d800

View file

@ -12,3 +12,8 @@ $specialPageAliases = [];
$specialPageAliases['en'] = [
'TopicSubscriptions' => [ 'TopicSubscriptions' ],
];
/** čeština (Czech) */
$specialPageAliases['cs'] = [
'TopicSubscriptions' => [ 'Odebíraná_témata' ],
];