Module: LessSimple::InstanceMethods
- Defined in:
- lib/less_simple.rb
Instance Method Summary collapse
Instance Method Details
#translate(locale, key, options = {}) ⇒ Object
31 32 33 34 |
# File 'lib/less_simple.rb', line 31 def translate(locale, key, = {}) = (interpolation_defaults || {}).merge super locale, key, end |