Module: Pagy::Frontend::UseI18nGem

Included in:
Pagy::Frontend
Defined in:
lib/pagy/extras/i18n.rb

Instance Method Summary collapse

Instance Method Details

#pagy_t(key, **opts) ⇒ Object



17
18
19
# File 'lib/pagy/extras/i18n.rb', line 17

def pagy_t(key, **opts)
  ::I18n.t(key, **opts)
end