r12345 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12344‎ | r12345 | r12346 >
Date:01:00, 2 January 2006
Author:nikerabbit
Status:old (Comments)
Tags:
Comment:
Hack for plural to produce correct result, 'patch' by elephantus
Modified paths:
  • /trunk/phase3/languages/LanguageHr.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageHr.php
@@ -1866,6 +1866,7 @@
18671867 }
18681868
18691869 function convertPlural( $count, $wordform1, $wordform2, $wordform3) {
 1870+ $count = strtr( $count, '.', '' );
18701871 if ($count > 10 && floor(($count % 100) / 10) == 1) {
18711872 return $wordform3;
18721873 } else {

Follow-up revisions

RevisionCommit summaryAuthorDate
r77817Change CodeReview notification e-mail subjects from "[MediaWiki] [r12345] Bla...catrope18:16, 5 December 2010

Comments

#Comment by MZMcBride (talk | contribs)   01:22, 8 December 2010
#Comment by MZMcBride (talk | contribs)   23:21, 8 December 2010

Let's do the time warp!

Status & tagging log