mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Translate Special:MathStatus into Czech
Change-Id: Id4cf6084fc5486c84afbf62aae96f6b10345e9b3
This commit is contained in:
parent
6dcbc30db5
commit
64d0b3e3ea
|
@ -21,6 +21,11 @@ $specialPageAliases['ar'] = [
|
|||
'MathStatus' => [ 'حالة_الرياضيات' ],
|
||||
];
|
||||
|
||||
/** Czech (čeština) */
|
||||
$specialPageAliases['cs'] = [
|
||||
'MathStatus' => [ 'Stav_matematiky' ],
|
||||
];
|
||||
|
||||
/** Persian (فارسی) */
|
||||
$specialPageAliases['fa'] = [
|
||||
'MathStatus' => [ 'وضعیت_ریاضی' ],
|
||||
|
|
Loading…
Reference in a new issue