Add German aliases for special pages

Change-Id: I864d12c437ed086d4e2f994934a7148167065bc1
This commit is contained in:
Hgzh3 2023-02-24 21:07:40 +01:00
parent 730f5115d5
commit 4c0cc92014

View file

@ -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' ],