module

Rosetta::PluralizedTranslation

Methods for translations with pluralizable values.

Instance methods

t_hash(values : Hash)

Using a hash for interpolation is considered unsafe since the content of hashes can't be checked at compile-time. Try to avoid using this method if you can.

Source