Merge "Add Serbian aliases"

This commit is contained in:
jenkins-bot 2019-05-31 19:11:57 +00:00 committed by Gerrit Code Review
commit f296d64883
1 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,16 @@ $specialPageAliases['mk'] = [
'MathStatus' => [ 'МатСтатус' ],
];
/** Serbian Cyrillic (српски (ћирилица)) */
$specialPageAliases['sr-ec'] = [
'MathStatus' => [ 'СтањеПриказаМатематичкихФормула' ],
];
/** Serbian Latin (srpski (latinica)) */
$specialPageAliases['sr-el'] = [
'MathStatus' => [ 'StanjePrikazaMatematičkihFormula' ],
];
/** Urdu (اردو) */
$specialPageAliases['ur'] = [
'MathStatus' => [ 'کیفیت_ریاضی' ],