Skip to content

Integration with i18n debug gem

Philippe Vaucher edited this page Jul 13, 2018 · 1 revision

To use together with the https://github.com/fphilipe/i18n-debug, simply do this in an initializer:

I18n.backend.class.prepend(I18n::Debug::Hook)
Clone this wiki locally