module I18n::Base

def eager_load!

is useful.
Rails production environment. Backends can implement whatever strategy
Tells the backend to load translations now. Used in situations like the
def eager_load!
  config.backend.eager_load!
end