Enable PLURAL
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
#coding: utf-8
|
||||
/**
|
||||
* Internationalisation file for extension ContributionScores.
|
||||
*
|
||||
@@ -17,7 +16,7 @@ $messages['en'] = array(
|
||||
Scores calculated in this manner weight edit diversity over edit volume.
|
||||
Basically, this score measures primarily unique pages edited, with consideration for high edit volume - assumed to be a higher quality page.",
|
||||
'contributionscores-top' => '(Top $1)',
|
||||
'contributionscores-days' => 'Last $1 days',
|
||||
'contributionscores-days' => 'Last {{PLURAL:$1|day|$1 days}}',
|
||||
'contributionscores-allrevisions' => 'All revisions',
|
||||
'contributionscores-score' => 'Score',
|
||||
'contributionscores-pages' => 'Pages',
|
||||
|
||||
Reference in New Issue
Block a user