# File lib/russian.rb, line 67
  def localize(object, options = {})
    I18n.localize(object, options.merge({ :locale => LOCALE }))
  end