mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Add German aliases for special pages
Change-Id: I864d12c437ed086d4e2f994934a7148167065bc1
This commit is contained in:
parent
730f5115d5
commit
4c0cc92014
|
@ -22,6 +22,13 @@ $specialPageAliases['cs'] = [
|
|||
'GoToComment' => [ 'Přejít_na_komentář' ],
|
||||
];
|
||||
|
||||
/** German (Deutsch) */
|
||||
$specialPageAliases['de'] = [
|
||||
'TopicSubscriptions' => [ 'Themenbezogene_Abonnements' ],
|
||||
'FindComment' => [ 'Kommentar_finden' ],
|
||||
'GoToComment' => [ 'Gehe_zu_Kommentar' ],
|
||||
];
|
||||
|
||||
/** Spanish (español) */
|
||||
$specialPageAliases['es'] = [
|
||||
'TopicSubscriptions' => [ 'Suscripciones_a_temas' ],
|
||||
|
|
Loading…
Reference in a new issue