# File lib/ramaze/contrib/gettext.rb, line 76 def self.update trait[:dictionary] = nil dictionary.each do |locale, dict| if dict.kind_of?(MOFile) Log.debug("Reloading #{dict.filename}") dict.update! end end end