mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-12 07:55:53 +00:00
Merge "Add azerbaijani special page aliases"
This commit is contained in:
commit
3f173be4fc
|
@ -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' => [ 'آگاه_کورتینۆک_ئان' ],
|
||||
|
|
Loading…
Reference in a new issue