In English it's easy , it's always hours...
en:
label_f_hour: "{{count}} hours"
so I18n.t(:label_f_hour, :count => 1.2) ..... will display "1.2
hours"
but in French, should be 1.2 heure , not pluralized.. , I
wrote ...
fr:
label_f_hour:
one: "{{count}} heure"
other: "{{count}} heures"
but still displaying "1.2 heures"
how should I do ?
thanks fyh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"rails-i18n" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rails-i18n?hl=en
-~----------~----~----~----~------~----~------~--~---