<?xml version="1.0" encoding="UTF-8"?>
<code>
  <code>module ActionView 
  module Helpers 
    class InstanceTag 
      def to_label_tag_with_i18n(text = nil, options = {}) 
        text ||= object.class.human_attribute_name(method_name) if object.class.respond_to?(:human_attribute_name) 
 
        to_label_tag_without_i18n(text, options) 
      end 
 
      alias_method_chain :to_label_tag, :i18n 
    end 
  end 
end</code>
  <created-at type="datetime">2009-11-22T19:42:31Z</created-at>
  <description>rails 2.3.4 doen't have i18n support in labels  
http://lawrencesong.net/2009/04/i18n-label-in-rails-monkey-patch/</description>
  <id type="integer">206</id>
  <language-id type="integer">39</language-id>
  <privated type="boolean">false</privated>
  <title>i18n in labels</title>
  <updated-at type="datetime">2009-11-22T19:42:31Z</updated-at>
  <user-id type="integer">7</user-id>
</code>
