diff --git a/Echo.alias.php b/Echo.alias.php index a648bbd8f..6f1e8ebbf 100644 --- a/Echo.alias.php +++ b/Echo.alias.php @@ -185,6 +185,8 @@ $specialPageAliases['mt'] = [ /** Norwegian Bokmål (norsk bokmål) */ $specialPageAliases['nb'] = [ 'Notifications' => [ 'Varsler' ], + 'DisplayNotificationsConfiguration' => [ 'Vis_varselkonfigurasjon' ], + 'NotificationsMarkRead' => [ 'Merk_varsel_som_lest' ], ]; /** Dutch (Nederlands) */ @@ -192,6 +194,13 @@ $specialPageAliases['nl'] = [ 'Notifications' => [ 'Meldingen' ], ]; +/** Norwegian Nynorsk (norsk nynorsk) */ +$specialPageAliases['nn'] = [ + 'Notifications' => [ 'Varsel' ], + 'DisplayNotificationsConfiguration' => [ 'Syn_varselkonfigurasjon' ], + 'NotificationsMarkRead' => [ 'Merk_varsel_som_lese' ], +]; + /** Punjabi (ਪੰਜਾਬੀ) */ $specialPageAliases['pa'] = [ 'Notifications' => [ 'ਇਤਲਾਹਾਂ' ],