Pluf Framework

Issue 401: Bug in plural form with fr locale

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".

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