Enable PLURAL
This commit is contained in:
parent
4214f1b531
commit
ce236a4ae9
2 changed files with 6 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue