module ActionView::Helpers::TranslationHelper

def localize(*args)

for more information.
See http://rubydoc.info/github/svenfuchs/i18n/master/I18n/Backend/Base:localize

Delegates to I18n.localize with no additional functionality.
def localize(*args)
  I18n.localize(*args)
end