module Rosetta::InterpolatedTranslation

Overview

Methods for translations with interpolations.

Defined in:

rosetta/translation.cr

Instance Method Summary

Instance Method Detail

def 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.


[View source]