Dnia Thu, 24 Aug 2006 22:50:59 +0200, Ondrej Jaura napisał(a):

>               Hello,
> 
>       Please, where to find some examples how to use pluralization rules in
> Globalize?
> 
>       I would like to see how to use it also for languages such as Slovak or
> Polish, where the rules are slightly more complicated.
>       e.g.
> english: one, more
> slovak: one, two...four, five and more
> 
> 
>               Thanks.
> 
>               Greetings,
> 
>               Ondrej

Example for Polish:

<%= "%d plik" / 1 %>
<%= "%d pliki" / 2 %>
<%= "%d plików" / 5 %>

-- 
Jarosław Zabiełło
http://blog.zabiello.com

_______________________________________________
Railsi18n-discussion mailing list
Railsi18n-discussion@rubyforge.org
http://rubyforge.org/mailman/listinfo/railsi18n-discussion

Reply via email to