module Pagy::I18nExtra::Frontend

def pagy_t(key, **opts)

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