mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-12 07:55:53 +00:00
Add azerbaijani special page aliases
Bug: T381048 Change-Id: I37246ef37ac60f50097d5d0d73e49f68f9bb34fd
This commit is contained in:
parent
28962b985e
commit
ec5b894f1c
|
@ -30,6 +30,13 @@ $specialPageAliases['av'] = [
|
||||||
'Notifications' => [ 'Уведомления' ],
|
'Notifications' => [ 'Уведомления' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/** Azerbaijani (Azərbaycanca) */
|
||||||
|
$specialPageAliases['az'] = [
|
||||||
|
'Notifications' => [ 'Bildirişlər' ],
|
||||||
|
'DisplayNotificationsConfiguration' => [ 'BildirişKonfiqurasiyasınıGöstər' ],
|
||||||
|
'NotificationsMarkRead' => [ 'OxunmuşOlaraqİşarələ' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Western Balochi (بلوچی رخشانی) */
|
/** Western Balochi (بلوچی رخشانی) */
|
||||||
$specialPageAliases['bgn'] = [
|
$specialPageAliases['bgn'] = [
|
||||||
'Notifications' => [ 'آگاه_کورتینۆک_ئان' ],
|
'Notifications' => [ 'آگاه_کورتینۆک_ئان' ],
|
||||||
|
|
Loading…
Reference in a new issue