Set alias of special page name for Urdu language

Change-Id: Iae186a37565c7663d85690294f76a3d43ac038c8
This commit is contained in:
محمد شعیب 2023-05-02 10:00:48 +00:00 committed by Bartosz Dziewoński
parent bfffce8691
commit ba8d70436b

View file

@ -57,3 +57,11 @@ $specialPageAliases['pl'] = [
'FindComment' => [ 'Znajdź_komentarz' ],
'GoToComment' => [ 'Przejdź_do_komentarza' ],
];
/** Urdu (اردو) */
$specialPageAliases['ur'] = [
'TopicSubscriptions' => [ 'گفتگو_میں_شرکت' ],
'FindComment' => [ 'تلاش_تبصرہ' ],
'GoToComment' => [ 'تبصرہ_پر_جائیں' ],
'DiscussionToolsDebug' => [ 'آلات_گفتگو_کی_خرابی_کا_ازالہ' ],
];