Sha256: e4536f4e63be6c8a0b4199cd3382434f177ed4e00b76fc8b4333f7c25f122504
Contents?: true
Size: 286 Bytes
Versions: 13
Compression:
Stored size: 286 Bytes
Contents
# See the Pagy documentation: https://ddnexus.github.io/pagy/extras/i18n class Pagy # Use ::I18n gem module Frontend ::I18n.load_path += Dir[Pagy.root.join('locales', '*.yml')] # Override the built-in pagy_t def pagy_t(*args) ::I18n.t(*args) end end end
Version data entries
13 entries across 13 versions & 1 rubygems