module Rosetta::PluralizedTranslation
Overview
Methods for translations with pluralizable values.
Defined in:
rosetta/translation.crInstance Method Summary
-
#t_hash(values : Hash)
Using a hash for interpolation is considered unsafe since the content of hashes can't be checked at compile-time.
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.