Add Spanish aliases

Change-Id: I661cc6e01bc1bdadc72a0e837d2c8047a25c01b0
This commit is contained in:
MarcoAurelio 2023-02-15 18:33:51 +00:00
parent 0814fd89ee
commit eccb927956

View file

@ -22,6 +22,13 @@ $specialPageAliases['cs'] = [
'GoToComment' => [ 'Přejít_na_komentář' ],
];
/** Spanish (español) */
$specialPageAliases['es'] = [
'TopicSubscriptions' => [ 'Suscripciones_a_temas' ],
'FindComment' => [ 'Encontrar_comentario' ],
'GoToComment' => [ 'Ir_a_comentario' ],
];
/** Hebrew (עברית) */
$specialPageAliases['he'] = [
'TopicSubscriptions' => [ ינויים_לנושאים' ],