# File lib/abstract_controller/translation.rb, line 8
    def localize(*args)
      I18n.localize(*args)
    end