# File lib/i18n-js/engine.rb, line 40
      def self.write_hash_if_changed
        load_path_hash = ::I18n.load_path.hash

        if load_path_hash != cached_load_path_hash
          self.cached_load_path_hash = load_path_hash
          write_hash!
        end
      end