module Pagy::Frontend::UseI18nGem

Public Instance Methods

pagy_t(key, **opts) click to toggle source
# File lib/pagy/extras/i18n.rb, line 17
def pagy_t(key, **opts)
  ::I18n.t(key, **opts)
end