# File lib/ramaze/helper/localize.rb, line 17 def localize(string, substitute = nil) localize_dictionary.translate(string, locales, substitute) end