mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Translate Special:TopicSubscriptions to Czech
Change-Id: I6d2245ee38a529a0f6f10beab205b6ff58ae40a1
This commit is contained in:
parent
e682c3faba
commit
781db3d800
|
@ -12,3 +12,8 @@ $specialPageAliases = [];
|
|||
$specialPageAliases['en'] = [
|
||||
'TopicSubscriptions' => [ 'TopicSubscriptions' ],
|
||||
];
|
||||
|
||||
/** čeština (Czech) */
|
||||
$specialPageAliases['cs'] = [
|
||||
'TopicSubscriptions' => [ 'Odebíraná_témata' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue