mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-18 11:02:57 +00:00
Merge "Add azerbaijani special page aliases and magic words"
This commit is contained in:
commit
5e3f6020b5
|
@ -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' ],
|
||||
|
|
|
@ -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__' ],
|
||||
|
|
Loading…
Reference in a new issue