mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 03:34:10 +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' => [ 'МатСтатус' ],
|
'MathStatus' => [ 'МатСтатус' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/** Urdu (اردو) */
|
||||||
|
$specialPageAliases['ur'] = [
|
||||||
|
'MathStatus' => [ 'کیفیت_ریاضی' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Simplified Chinese (中文(简体)) */
|
/** Simplified Chinese (中文(简体)) */
|
||||||
$specialPageAliases['zh-hans'] = [
|
$specialPageAliases['zh-hans'] = [
|
||||||
'MathStatus' => [ '数学状态' ],
|
'MathStatus' => [ '数学状态' ],
|
||||||
|
|
Loading…
Reference in a new issue