From a20150d9f8d224b2adc2cd48f102c61ffd218e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Harald=20S=C3=B8by?= Date: Fri, 9 Jun 2023 13:03:33 +0200 Subject: [PATCH] =?UTF-8?q?Add=20special=20page=20name=20translations=20in?= =?UTF-8?q?=20Norwegian=20Bokm=C3=A5l=20and=20Nynorsk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add translations of Echo special page names into Norwegian Bokmål (nb) and Norwegian Nynorsk (nn). Change-Id: Ib3838fc9865591935fb8dc4dd0692894c94dbd85 --- Echo.alias.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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' => [ 'ਇਤਲਾਹਾਂ' ],