Add alias for Serbian language
Change-Id: I13aeed4f0ff277238fe1fbd9164d850bbf4247d1
This commit is contained in:
parent
fdcc307d8e
commit
ca10b2089e
1 changed files with 10 additions and 0 deletions
|
@ -233,6 +233,16 @@ $specialPageAliases['sk'] = [
|
||||||
'ContributionScores' => [ 'SkórePríspevkov' ],
|
'ContributionScores' => [ 'SkórePríspevkov' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/** Serbian Cyrillic (српски (ћирилица)) */
|
||||||
|
$specialPageAliases['sr-ec'] = [
|
||||||
|
'ContributionScores' => [ 'ОценеДоприноса' ],
|
||||||
|
];
|
||||||
|
|
||||||
|
/** Serbian Latin (srpski (latinica)) */
|
||||||
|
$specialPageAliases['sr-el'] = [
|
||||||
|
'ContributionScores' => [ 'OceneDoprinosa' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Swedish (svenska) */
|
/** Swedish (svenska) */
|
||||||
$specialPageAliases['sv'] = [
|
$specialPageAliases['sv'] = [
|
||||||
'ContributionScores' => [ 'Bidragspoäng' ],
|
'ContributionScores' => [ 'Bidragspoäng' ],
|
||||||
|
|
Loading…
Add table
Reference in a new issue