Comment 1 by Thomas Riché, Apr 12, 2010
Hello, I can confirm this bug. Find attached patch to correct it.
- correct_plural_form_with_0.patch - 354 bytes - view
Sign in to reply to this comment.
Comment 1 by Thomas Riché, Apr 12, 2010
Hello, I can confirm this bug. Find attached patch to correct it.
Created: 3 years 3 months ago by Benjamin Jorand
Updated: 3 years 2 months ago
Status: New
Followed by: 2 persons
Labels:
Priority:Medium
Type:Defect
Reported by Benjamin Jorand, Feb 20, 2010
Hi, {assign $n = 0} {blocktrans $n}{$n} résultat{plural}{$n} résultats{/blocktrans} {$n|dump} With n=0, it prints "résultats" instead of "résultat".