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