module

Rosetta::InterpolatedTranslation

Methods for translations with interpolations.

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