will-paginate-i18n icon indicating copy to clipboard operation
will-paginate-i18n copied to clipboard

Error in pl.yml

Open ekupershtock opened this issue 10 years ago • 2 comments

I get the following error:

I18n::InvalidPluralizationData - translation data {:one=>"Wyświetlam 1 %{model}", :other=>"wyświetlam wszystkie %{count} %{model}"} can not be used with :count => 28:

ekupershtock avatar May 28 '14 12:05 ekupershtock

Could it be that there is plural form missing for Polish (eg. :few or :many) ?

On 28 May 2014, at 14:11 pm, ekupershtock [email protected] wrote:

I get the following error:

I18n::InvalidPluralizationData - translation data {:one=>"Wyświetlam 1 %{model}", :other=>"wyświetlam wszystkie %{count} %{model}"} can not be used with :count => 28:

— Reply to this email directly or view it on GitHub.

tigrish avatar Jun 03 '14 16:06 tigrish

@tigrish You're right. Polish pluralization rules require few and many keys. I added this: #22

tjku avatar Oct 16 '14 22:10 tjku