# File lib/russian.rb, line 61
  def translate(key, options = {})
    I18n.translate(key, options.merge({ :locale => LOCALE }))
  end