Hello,
after some hassles I got rails to use latest i18n pluralization, it's
little bit hacked for now through cloning rails branch 2-3-stable to
vendor and changing vendor/rails/activesupport/lib/active_support/
vendor/i18n gem to last version from github. Then it's easy as add
custom initializer to include pluralization backend
http://gist.github.com/170342
and pluralization lambda with localization of :one, :few, :many to
localization file
http://gist.github.com/169644.
Big thanks to sven and karmi for help.
Josef
PS: on karmis advice I'll try to post something more comprehensive,
when I have more time. Now back to work.