summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2023-02-27 21:48:58 -0500
committerBrian Evans <grknight@gentoo.org>2023-02-28 13:44:15 -0500
commitf22455d00f1195dd8edf614f972e8fc8670f8f7d (patch)
tree5279fed892b7f700c75fbc95b001b43d5b602c90 /ContributionScores/ContributionScores.alias.php
parentContributionScores: Add new extension for more fun. (diff)
downloadextensions-f22455d00f1195dd8edf614f972e8fc8670f8f7d.tar.gz
extensions-f22455d00f1195dd8edf614f972e8fc8670f8f7d.tar.bz2
extensions-f22455d00f1195dd8edf614f972e8fc8670f8f7d.zip
ContributionScores: Update to master which works for MW 1.34+HEADmaster
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'ContributionScores/ContributionScores.alias.php')
-rw-r--r--ContributionScores/ContributionScores.alias.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/ContributionScores/ContributionScores.alias.php b/ContributionScores/ContributionScores.alias.php
index a7d6f1a7..325967f2 100644
--- a/ContributionScores/ContributionScores.alias.php
+++ b/ContributionScores/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' ],