module Pagy::I18nExtra::Calendar

def localize(time, opts)

def localize(time, opts)
  ::I18n.l(time, **opts)
end