mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-14 19:26:08 +00:00
Merge "Setting alias of Special:MathStatus for Urdu language"
This commit is contained in:
commit
c1bf758bec
|
@ -31,6 +31,11 @@ $specialPageAliases['mk'] = [
|
|||
'MathStatus' => [ 'МатСтатус' ],
|
||||
];
|
||||
|
||||
/** Urdu (اردو) */
|
||||
$specialPageAliases['ur'] = [
|
||||
'MathStatus' => [ 'کیفیت_ریاضی' ],
|
||||
];
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = [
|
||||
'MathStatus' => [ '数学状态' ],
|
||||
|
|
Loading…
Reference in a new issue