mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Set alias of special page name for Urdu language
Change-Id: Iae186a37565c7663d85690294f76a3d43ac038c8
This commit is contained in:
parent
bfffce8691
commit
ba8d70436b
|
@ -57,3 +57,11 @@ $specialPageAliases['pl'] = [
|
|||
'FindComment' => [ 'Znajdź_komentarz' ],
|
||||
'GoToComment' => [ 'Przejdź_do_komentarza' ],
|
||||
];
|
||||
|
||||
/** Urdu (اردو) */
|
||||
$specialPageAliases['ur'] = [
|
||||
'TopicSubscriptions' => [ 'گفتگو_میں_شرکت' ],
|
||||
'FindComment' => [ 'تلاش_تبصرہ' ],
|
||||
'GoToComment' => [ 'تبصرہ_پر_جائیں' ],
|
||||
'DiscussionToolsDebug' => [ 'آلات_گفتگو_کی_خرابی_کا_ازالہ' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue