From ca10b2089e8b3f5711a1b82b3f12f2178fea54df Mon Sep 17 00:00:00 2001 From: zoranzoki21 Date: Sat, 6 Feb 2021 15:55:25 +0100 Subject: [PATCH] Add alias for Serbian language Change-Id: I13aeed4f0ff277238fe1fbd9164d850bbf4247d1 --- ContributionScores.alias.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ContributionScores.alias.php b/ContributionScores.alias.php index a7d6f1a..325967f 100644 --- a/ContributionScores.alias.php +++ b/ContributionScores.alias.php @@ -233,6 +233,16 @@ $specialPageAliases['sk'] = [ 'ContributionScores' => [ 'SkórePríspevkov' ], ]; +/** Serbian Cyrillic (српски (ћирилица)) */ +$specialPageAliases['sr-ec'] = [ + 'ContributionScores' => [ 'ОценеДоприноса' ], +]; + +/** Serbian Latin (srpski (latinica)) */ +$specialPageAliases['sr-el'] = [ + 'ContributionScores' => [ 'OceneDoprinosa' ], +]; + /** Swedish (svenska) */ $specialPageAliases['sv'] = [ 'ContributionScores' => [ 'Bidragspoäng' ],