Padrino::Helpers::TranslationHelpers
Module: Padrino::Helpers::TranslationHelpers
Overview
Helpers related to locale i18n translation within templates.
Instance Method Summary
-
#localize(*args) ⇒ String (also: #l)
Delegates to I18n.localize with no additional functionality. -
#translate(*args) ⇒ String (also: #t)
Delegates to I18n.translate with no additional functionality.