Merge "Add azerbaijani special page aliases and magic words"

This commit is contained in:
jenkins-bot 2024-11-28 15:08:50 +00:00 committed by Gerrit Code Review
commit 5e3f6020b5
2 changed files with 14 additions and 0 deletions

View file

@ -8,6 +8,14 @@
$specialPageAliases = [];
/** Azerbaijani (Azərbaycanca) */
$specialPageAliases['az'] = [
'TopicSubscriptions' => [ 'MövzuAbunəlikləri' ],
'FindComment' => [ 'ŞərhiTap' ],
'GoToComment' => [ 'ŞərhəGet' ],
'DiscussionToolsDebug' => [ 'MüzakirəAlətlərininSazlanması' ],
];
/** English (English) */
$specialPageAliases['en'] = [
'TopicSubscriptions' => [ 'TopicSubscriptions' ],

View file

@ -7,6 +7,12 @@ $magicWords['bn'] = [
'notalk' => [ 0, '__কোন_আলোচনা_নয়__' ],
];
/** Azerbaijani (Azərbaycanca) */
$magicWords['az'] = [
'archivedtalk' => [ 0, '__ARXİVLƏŞDİRİLMİŞMÜZAKİRƏ__' ],
'notalk' => [ 0, '__MÜZAKİRƏDEYİL__' ]
];
/** English (English) */
$magicWords['en'] = [
'archivedtalk' => [ 0, '__ARCHIVEDTALK__' ],