From ec5b894f1ccad4d760c0717b7e5cf28673108ec4 Mon Sep 17 00:00:00 2001 From: Nemoralis Date: Tue, 3 Dec 2024 00:01:00 +0400 Subject: [PATCH] Add azerbaijani special page aliases Bug: T381048 Change-Id: I37246ef37ac60f50097d5d0d73e49f68f9bb34fd --- Echo.alias.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Echo.alias.php b/Echo.alias.php index bc86840a6..ba9cc2b03 100644 --- a/Echo.alias.php +++ b/Echo.alias.php @@ -30,6 +30,13 @@ $specialPageAliases['av'] = [ 'Notifications' => [ 'Уведомления' ], ]; +/** Azerbaijani (Azərbaycanca) */ +$specialPageAliases['az'] = [ + 'Notifications' => [ 'Bildirişlər' ], + 'DisplayNotificationsConfiguration' => [ 'BildirişKonfiqurasiyasınıGöstər' ], + 'NotificationsMarkRead' => [ 'OxunmuşOlaraqİşarələ' ], +]; + /** Western Balochi (بلوچی رخشانی) */ $specialPageAliases['bgn'] = [ 'Notifications' => [ 'آگاه_کورتینۆک_ئان' ],