mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Add Czech special page aliases
Change-Id: I2780e26ba6fb50003bed3542ca7e31212853456c
This commit is contained in:
parent
0791087f26
commit
84a7a6540a
|
@ -18,6 +18,8 @@ $specialPageAliases['en'] = [
|
|||
/** čeština (Czech) */
|
||||
$specialPageAliases['cs'] = [
|
||||
'TopicSubscriptions' => [ 'Odebíraná_témata' ],
|
||||
'FindComment' => [ 'Najít_komentář' ],
|
||||
'GoToComment' => [ 'Přejít_na_komentář' ],
|
||||
];
|
||||
|
||||
/** 한국어 (Korean) */
|
||||
|
|
Loading…
Reference in a new issue