Sha256: 481d1e68f1912d53a6016585241c01e250e9d58d0229ac4617271a0334df45e7
Contents?: true
Size: 260 Bytes
Versions: 5
Compression:
Stored size: 260 Bytes
Contents
# See the Pagy Extras documentation: https://ddnexus.github.io/pagy/extras class Pagy # Use ::I18n gem module Frontend ::I18n.load_path << I18N[:file] # overrides the built-in pagy_t def pagy_t(*args) I18n.t(*args) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pagy-0.8.4 | lib/pagy/extras/i18n.rb |
pagy-0.8.3 | lib/pagy/extras/i18n.rb |
pagy-0.8.2 | lib/pagy/extras/i18n.rb |
pagy-0.8.1 | lib/pagy/extras/i18n.rb |
pagy-0.8.0 | lib/pagy/extras/i18n.rb |