mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-13 08:31:23 +00:00
Merge "Add azerbaijani special page aliases"
This commit is contained in:
commit
3f173be4fc
|
@ -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