mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Add Persian special page alias
Change-Id: I4b97dd7b27f31c76a392e334ef0b52825828b4e9
This commit is contained in:
parent
2b6e4ce539
commit
640bf070ae
|
@ -22,6 +22,11 @@ $specialPageAliases['ar'] = array(
|
|||
'MathStatus' => array( 'حالة_الرياضيات' ),
|
||||
);
|
||||
|
||||
/** Persian (فارسی) */
|
||||
$specialPageAliases['fa'] = array(
|
||||
'MathStatus' => array( 'وضعیت_ریاضی' ),
|
||||
);
|
||||
|
||||
/** Macedonian (македонски) */
|
||||
$specialPageAliases['mk'] = array(
|
||||
'MathStatus' => array( 'МатСтатус' ),
|
||||
|
|
Loading…
Reference in a new issue