W3cubDocs

/Padrino

Module: Padrino::Helpers::TranslationHelpers

Overview

Helpers related to locale i18n translation within templates.

Instance Method Summary

Instance Method Details

#localize(*args) ⇒ String Also known as: l

Delegates to I18n.localize with no additional functionality.

Parameters:

  • *args (Symbol) — The keys to retrieve.

Returns:

  • (String) — The translation for the specified keys.

#translate(*args) ⇒ String Also known as: t

Delegates to I18n.translate with no additional functionality.

Parameters:

  • *args (Symbol) — The keys to retrieve.

Returns:

  • (String) — The translation for the specified keys.