<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config/locales/pt-BR.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 .DS_Store
 log/*.log
-tmp/**/*
\ No newline at end of file
+tmp/**/*
+db/schema.rb</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,18 @@
 &lt;html&gt;
   &lt;head&gt;
-    &lt;title&gt;Localizing Rails - Demo Application&lt;/title&gt;
+    &lt;title&gt;Localizando Rails - Aplica&#231;&#227;o de Demonstra&#231;&#227;o&lt;/title&gt;
     &lt;%= stylesheet_link_tag 'application' %&gt;
   &lt;/head&gt;
   &lt;body&gt;
     &lt;div id=&quot;page&quot;&gt;
-      &lt;h1&gt;Localizing Rails&lt;span id=&quot;claim&quot;&gt;how to localize your app with Rails' new i18n features&lt;/span&gt;&lt;/h1&gt;
+      &lt;h1&gt;Localizando Rails&lt;span id=&quot;claim&quot;&gt;como localizar sua aplica&#231;&#227;o com as novas funcionalidades de internacionaliza&#231;&#227;o do Rails&lt;/span&gt;&lt;/h1&gt;
       &lt;div id=&quot;navigation&quot;&gt;
-        &lt;h4 style=&quot;margin:0; margin-bottom:5px;&quot;&gt;Contents&lt;/h4&gt;
+        &lt;h4 style=&quot;margin:0; margin-bottom:5px;&quot;&gt;Conte&#250;do&lt;/h4&gt;
         &lt;ul&gt;
-          &lt;li&gt;&lt;%= link_to &quot;Introduction&quot;, :action =&gt; 'index' %&gt;&lt;/li&gt;
-          &lt;li&gt;&lt;%= link_to &quot;Setup&quot;, :action =&gt; 'setup' %&gt;&lt;/li&gt;
-          &lt;li&gt;&lt;%= link_to &quot;Date formats&quot;, :action =&gt; 'date_formats' %&gt;&lt;/li&gt;
-          &lt;li&gt;&lt;%= link_to &quot;Time formats&quot;, :action =&gt; 'time_formats' %&gt;&lt;/li&gt;
+          &lt;li&gt;&lt;%= link_to &quot;Introdu&#231;&#227;o&quot;, :action =&gt; 'index' %&gt;&lt;/li&gt;
+          &lt;li&gt;&lt;%= link_to &quot;Configura&#231;&#227;o&quot;, :action =&gt; 'setup' %&gt;&lt;/li&gt;
+          &lt;li&gt;&lt;%= link_to &quot;Formatos de Data&quot;, :action =&gt; 'date_formats' %&gt;&lt;/li&gt;
+          &lt;li&gt;&lt;%= link_to &quot;Formatos de Hora&quot;, :action =&gt; 'time_formats' %&gt;&lt;/li&gt;
           &lt;li&gt;&lt;%= link_to &quot;DateHelper&quot;, :action =&gt; 'date_helper' %&gt;&lt;/li&gt;
           &lt;li&gt;&lt;%= link_to &quot;ActiveRecordHelper&quot;, :action =&gt; 'active_record_helper' %&gt;&lt;/li&gt;
           &lt;li&gt;&lt;%= link_to &quot;NumberHelper&quot;, :action =&gt; 'number_helper' %&gt;&lt;/li&gt;
@@ -22,8 +22,9 @@
         &lt;%= yield %&gt;
       &lt;/div&gt;
       &lt;div id=&quot;footer&quot;&gt;
-        &lt;p&gt;Localizing Rails - Demo Application&lt;/p&gt;
+        &lt;p&gt;Localizando Rails - Aplica&#231;&#227;o de Demonstra&#231;&#227;o&lt;/p&gt;
         &lt;p&gt;&amp;copy; 2008 Clemens Kofler &amp;lt;&lt;%= mail_to 'clemens@railway.at' %&gt;&amp;gt;&lt;/p&gt;
+		&lt;p&gt;Traduzido para portugu&#234;s brasileiro por &lt;%= link_to 'Fabio Akita', 'http://www.akitaonrails.com/' %&gt;&lt;/p&gt;
         &lt;p&gt;&lt;%= link_to 'www.railway.at - welcome aboard!', 'http://www.railway.at' %&gt;&lt;/p&gt;
         &lt;p style=&quot;position:absolute; bottom:25px; right:25px;&quot;&gt;&lt;%= link_to image_tag(&quot;http://i.creativecommons.org/l/by-nc-sa/2.0/at/88x31.png&quot;), &quot;http://creativecommons.org/licenses/by-nc-sa/2.0/at/&quot; %&gt;&lt;/p&gt;
       &lt;/div&gt;</diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
-&lt;h2&gt;About this demo app&lt;/h2&gt;
+&lt;h2&gt;Sobre esta aplica&#231;&#227;o de demonstra&#231;&#227;o&lt;/h2&gt;
 &lt;div&gt;
-  &lt;p&gt;This demo app was written by &lt;%= mail_to &quot;clemens@railway.at&quot;, &quot;Clemens Kofler&quot; %&gt;.&lt;/p&gt;
-  &lt;p&gt;If you have any feedback, please feel free to drop me a line. Also visit &lt;%= link_to &quot;www.railway.at&quot;, &quot;http://www.railway.at&quot; %&gt; where I regularly blog about Rails and other stuff.&lt;/p&gt;
-  &lt;p&gt;This demo app and all its contents are licensed under the &lt;%= link_to &quot;Creative Commons Attribution Noncommercial Share Alike License&quot;, &quot;http://creativecommons.org/licenses/by-nc-sa/2.0/at/&quot; %&gt;. If you want to use it in ways prohibited by this license, please contact me and ask my permission.&lt;/p&gt;
+  &lt;p&gt;Esta aplica&#231;&#227;o de demonstra&#231;&#227;o foi escrita por &lt;%= mail_to &quot;clemens@railway.at&quot;, &quot;Clemens Kofler&quot; %&gt; e traduzida para portugu&#234;s brasileiro por &lt;%= mail_to &quot;fabioakita@gmail.com&quot;, &quot;Fabio Akita&quot; %&gt;.&lt;/p&gt;
+  &lt;p&gt;Se tiver qualquer feedback, por favor sinta-se &#224; vontade para me escrever. Tamb&#233;m visite  &lt;%= link_to &quot;www.railway.at&quot;, &quot;http://www.railway.at&quot; %&gt; onde eu blogo regularmente sobre Rails e outras coisas.&lt;/p&gt;
+  &lt;p&gt;Esta aplica&#231;&#227;o de demonstra&#231;&#227;o e seu conte&#250;do est&#227;o licenciados sobre a &lt;%= link_to &quot;Creative Commons Attribution Noncommercial Share Alike License&quot;, &quot;http://creativecommons.org/licenses/by-nc-sa/2.0/at/&quot; %&gt;. Se quiser utilizar isso de maneiras proibidas pela licen&#231;a, por favor entre em contato comigo e pe&#231;a minha permiss&#227;o.&lt;/p&gt;
   &lt;p&gt;&lt;%= link_to image_tag(&quot;http://i.creativecommons.org/l/by-nc-sa/2.0/at/88x31.png&quot;), &quot;http://creativecommons.org/licenses/by-nc-sa/2.0/at/&quot; %&gt;&lt;/p&gt;
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>app/views/pages/about.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;h2&gt;ActiveRecordHelper&lt;/h2&gt;
 &lt;div&gt;
-  &lt;p&gt;No examples here since I'm too lazy to think of attributes to show &lt;strong&gt;all&lt;/strong&gt; custom error messages. ;-)&lt;/p&gt;
-  &lt;p&gt;It's quite easy to understand, though.&lt;/p&gt;
+  &lt;p&gt;Nenhum exemplo aqui j&#225; que sou muito pregui&#231;oso para pensar em atributos para mostrar &lt;strong&gt;todas&lt;/strong&gt; as mensagens customizadas de erro. ;-)&lt;/p&gt;
+  &lt;p&gt;Mas &#233; bem f&#225;cil de entender..&lt;/p&gt;
   &lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; NumberHelper', :action =&gt; 'number_helper' %&gt;&lt;/p&gt;
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>app/views/pages/active_record_helper.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&lt;h2&gt;Date formats&lt;/h2&gt;
+&lt;h2&gt;Formatos de Data&lt;/h2&gt;
 &lt;div&gt;
   &lt;table&gt;
     &lt;tr&gt;
@@ -26,7 +26,7 @@
       &lt;td&gt;&lt;%= Date.today.to_s(:only_day) %&gt;&lt;/td&gt;
     &lt;/tr&gt;
   &lt;/table&gt;
-  &lt;p&gt;Rails standard formats (Date::DATE_FORMATS) still work:&lt;/p&gt;
+  &lt;p&gt;Formatos padr&#227;o do Rails (Date::DATE_FORMATS) ainda funcionam:&lt;/p&gt;
   &lt;table&gt;
     &lt;tr&gt;
       &lt;th scope=&quot;row&quot;&gt;Date.today.to_s(:db)&lt;/th&gt;
@@ -43,4 +43,4 @@
   &lt;/table&gt;
 &lt;/div&gt;
 
-&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; Time formats', :action =&gt; 'time_formats' %&gt;&lt;/p&gt;
\ No newline at end of file
+&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; Formatos de Hora', :action =&gt; 'time_formats' %&gt;&lt;/p&gt;
\ No newline at end of file</diff>
      <filename>app/views/pages/date_formats.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;h2&gt;DateHelper&lt;/h2&gt;
 &lt;div&gt;
-  &lt;h3&gt;Date/Time distance&lt;/h3&gt;
+  &lt;h3&gt;Dist&#226;ncia de Data/Hora&lt;/h3&gt;
     &lt;div&gt;
       &lt;table&gt;
       &lt;tr&gt;
@@ -27,7 +27,7 @@
     &lt;p&gt;etc.&lt;/p&gt;
   &lt;/div&gt;
 
-  &lt;h3&gt;Forms&lt;/h3&gt;
+  &lt;h3&gt;Formul&#225;rios&lt;/h3&gt;
   &lt;div&gt;
     &lt;table&gt;
       &lt;tr&gt;</diff>
      <filename>app/views/pages/date_helper.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
-&lt;h2&gt;Introduction&lt;/h2&gt;
+&lt;h2&gt;Introdu&#231;&#227;o&lt;/h2&gt;
 &lt;div&gt;
-  &lt;p&gt;Lately, a lot of work has been done by &lt;%= link_to &quot;Sven Fuchs&quot;, &quot;http://www.artweb-design.de/&quot; %&gt; and &lt;%= link_to &quot;others&quot;, &quot;http://github.com/svenfuchs/i18n/tree/48ff00d2af07693171ec341500537b30e23e83bc/README.textile&quot; %&gt; to facilitate future internationalization and localization of Rails.&lt;/p&gt;
-  &lt;p&gt;This demo app tries to show you how you can use the features that have been implemented so far to localize big parts of your Rails application.&lt;/p&gt;
+  &lt;p&gt;Recentemente, muito trabalho foi feito por &lt;%= link_to &quot;Sven Fuchs&quot;, &quot;http://www.artweb-design.de/&quot; %&gt; e &lt;%= link_to &quot;others&quot;, &quot;http://github.com/svenfuchs/i18n/tree/48ff00d2af07693171ec341500537b30e23e83bc/README.textile&quot; %&gt; para facilitar futuras internacionaliza&#231;&#245;es e localiza&#231;&#245;es no Rails.&lt;/p&gt;
+  &lt;p&gt;Esta aplica&#231;&#227;o de demonstra&#231;&#227;o tenta demonstrar como usar as funcionalidades que foram implementadas at&#233; agora para localizar grandes partes de sua aplica&#231;&#227;o Rails.&lt;/p&gt;
 &lt;/div&gt;
 
-&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; Setup', :action =&gt; 'setup' %&gt;&lt;/p&gt;
\ No newline at end of file
+&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; Configura&#231;&#227;o', :action =&gt; 'setup' %&gt;&lt;/p&gt;
\ No newline at end of file</diff>
      <filename>app/views/pages/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 &lt;h2&gt;NumberHelper&lt;/h2&gt;
 &lt;div&gt;
-  &lt;p&gt;Note: &lt;code&gt;number_to_phone&lt;/code&gt; hasn't been localized yet and probably never will be - at least not in core. Look out for new internationalization/localization plugins like a new version of &lt;%= link_to &quot;Globalize&quot;, &quot;http://globalize.rubyforge.org/&quot; %&gt; as they will probably support stuff like that.&lt;/p&gt;
+  &lt;p&gt;Nota: &lt;code&gt;number_to_phone&lt;/code&gt; n&#227;o foi localizado e provavelmente nunca ser&#225; - pelo menos n&#227;o no core. Procurem por novos plugins de internacionaliza&#231;&#227;o/localiza&#231;&#227;o para uma nova vers&#227;o do  &lt;%= link_to &quot;Globalize&quot;, &quot;http://globalize.rubyforge.org/&quot; %&gt; j&#225; que eles provavelmente suportar&#227;o coisas como essa.&lt;/p&gt;
 
-  &lt;p&gt;Another note: &lt;code&gt;number_to_currency&lt;/code&gt;, &lt;code&gt;number_to_percentage&lt;/code&gt; and &lt;code&gt;number_to_human_size&lt;/code&gt; all use &lt;code&gt;number_with_precision&lt;/code&gt; internally and &lt;code&gt;number_with_precision&lt;/code&gt; uses &lt;code&gt;number_with_delimiter&lt;/code&gt; internally.&lt;/p&gt;
+  &lt;p&gt;Outra nota: &lt;code&gt;number_to_currency&lt;/code&gt;, &lt;code&gt;number_to_percentage&lt;/code&gt; e &lt;code&gt;number_to_human_size&lt;/code&gt; todos usam &lt;code&gt;number_with_precision&lt;/code&gt; internamente e &lt;code&gt;number_with_precision&lt;/code&gt; usa &lt;code&gt;number_with_delimiter&lt;/code&gt; internamente.&lt;/p&gt;
 
   &lt;h3&gt;number_to_currency&lt;/h3&gt;
   &lt;div&gt;
@@ -115,4 +115,4 @@
   &lt;/div&gt;
 &lt;/div&gt;
 
-&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; About this demo app', :action =&gt; 'about' %&gt;&lt;/p&gt;
\ No newline at end of file
+&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; Sobre essa aplica&#231;&#227;o de demonstra&#231;&#227;o', :action =&gt; 'about' %&gt;&lt;/p&gt;
\ No newline at end of file</diff>
      <filename>app/views/pages/number_helper.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
-&lt;h2&gt;Setup&lt;/h2&gt;
+&lt;h2&gt;Configura&#231;&#227;o&lt;/h2&gt;
 &lt;div&gt;
-  &lt;h3&gt;Freezing Edge and installing the localized_dates plugin&lt;/h3&gt;
+  &lt;h3&gt;Congelando Edge e instalando o plugin localized_dates&lt;/h3&gt;
   &lt;div&gt;
-    You need to be on Edge Rails in order to use the Rails i18n features:
+	Voc&#234; precisa estar no Edge Rails para usar as funcionalidades de i18n (internacionaliza&#231;&#227;o):
     &lt;blockquote&gt;
       &lt;pre&gt;
 rails i18n_test
 rake rails:freeze:edge
       &lt;/pre&gt;
     &lt;/blockquote&gt;
-    For date and time formats, you also need to install the &lt;%= link_to &quot;localized_dates plugin&quot;, &quot;http://github.com/clemens/localized_dates&quot; %&gt;:
+	Para formatos de data e hora, voc&#234; tamb&#233;m precisa instalar o &lt;%= link_to &quot;plugin localized_dates&quot;, &quot;http://github.com/clemens/localized_dates&quot; %&gt;:
     &lt;blockquote&gt;
       &lt;pre&gt;
 ./script/plugin install git://github.com/clemens/localized_dates.git
@@ -17,37 +17,32 @@ rake rails:freeze:edge
     &lt;/blockquote&gt;
   &lt;/div&gt;
 
-  &lt;h3&gt;Configuring the locale&lt;/h3&gt;
+  &lt;h3&gt;Configurando o local&lt;/h3&gt;
   &lt;div&gt;
-    &lt;p&gt;The best place to put your locale configuration, in my opinion, is &lt;code&gt;config/locales&lt;/code&gt;. The localized_dates plugin will copy two locales, en-US and de-AT, in this directory. You can extend or modify them and also create new locales.&lt;/p&gt;
-    &lt;p&gt;Here's the demo locale that was used for this demo application:&lt;/p&gt;
+    &lt;p&gt;O melhor lugar para colocar sua configura&#231;&#227;o local, na minha opini&#227;o, &#233; em &lt;code&gt;config/locales&lt;/code&gt;. O plugin localized_dates copiar&#225; dois locais, en-US e de-AT, em seu diret&#243;rio. Voc&#234; pode extender ou modific&#225;-los e tamb&#233;m criar novos locais.&lt;/p&gt;
+    &lt;p&gt;Aqui est&#225; o local de demonstra&#231;&#227;o que foi usado para esta aplica&#231;&#227;o de demonstra&#231;&#227;o:&lt;/p&gt;
     &lt;blockquote&gt;
       &lt;pre&gt;
-I18n.backend.store_translations :'gibberish', {
-  # date and time formats
+I18n.backend.store_translations :'pt-BR', {
+  # formatos de data e hora
   :date =&gt; {
     :formats =&gt; {
-      :default      =&gt; &quot;%Y-%m-%d (ish)&quot;,
-      :short        =&gt; &quot;%e %b (ish)&quot;,
-      :long         =&gt; &quot;%B %e, %Y (ish)&quot;,
-      :long_ordinal =&gt; lambda { |date| &quot;%B #{date.day}ish, %Y&quot; },
-      :only_day     =&gt; lambda { |date| &quot;#{date.day}ish&quot;}
+      :default      =&gt; &quot;%d/%m/%Y&quot;,
+      :short        =&gt; lambda { |date| &quot;#{date.day} %b&quot; },
+      :long         =&gt; lambda { |date| &quot;#{date.day} de %B de %Y&quot; }
     },
-    :day_names =&gt; %w(Sunday-ish Monday-ish Tuesday-ish Wednesday-ish Thursday-ish Friday-ish Saturday-ish),
-    :abbr_day_names =&gt; %w(Sun-i Mon-i Tue-i Wed-i Thu-i Fri-i Sat-i),
-    :month_names =&gt; [nil] + %w(January-ish February-ish March-ish April-ish May-ish June-ish
-                               July-ish August-ish September-ish October-ish November-rish December-ish),
-    :abbr_month_names =&gt; [nil] + %w(Jan-i Feb-i Mar-i Apr-i May-i Jun-i Jul-i Aug-i Sep-i Oct-i Nov-i Dec-i),
+    :day_names =&gt; %w(Domingo Segunda Ter&#231;a Quarta Quinta Sexta S&#225;bado),
+    :abbr_day_names =&gt; %w(Do Se Te Qa Qi Sx Sa),
+    :month_names =&gt; [nil] + %w(Janeiro Fevereiro Mar&#231;o Abril Maio Junho Julho Agosto Setembro Outubro Novembro Dezembro),
+    :abbr_month_names =&gt; [nil] + %w(Jan Fev Mar Abr Mai Jun Jul Ago Set Out Nov Dez),
     :order =&gt; [:day, :month, :year]
   },
   :time =&gt; {
     :formats =&gt; {
-      :default      =&gt; &quot;%a %b %d %H:%M:%S %Z %Y (ish)&quot;,
-      :time         =&gt; &quot;%H:%M (ish)&quot;,
-      :short        =&gt; &quot;%d %b %H:%M (ish)&quot;,
-      :long         =&gt; &quot;%B %d, %Y %H:%M (ish)&quot;,
-      :long_ordinal =&gt; lambda { |time| &quot;%B #{time.day}ish, %Y %H:%M&quot; },
-      :only_second  =&gt; &quot;%S (ish)&quot;
+      :default      =&gt; lambda { |time| &quot;%A, #{time.day} de %B de %Y, %H:%M hs&quot; },
+      :time         =&gt; &quot;%H:%M hs&quot;,
+      :short        =&gt; lambda { |time| &quot;#{time.day}/%m, %H:%M hs&quot; },
+      :long         =&gt; lambda { |time| &quot;%A, #{time.day} de %B de %Y, %H:%M hs&quot; }
     },
     :am =&gt; '',
     :pm =&gt; ''
@@ -56,17 +51,17 @@ I18n.backend.store_translations :'gibberish', {
   # date helper distance in words
   :datetime =&gt; {
     :distance_in_words =&gt; {
-      :half_a_minute       =&gt; 'a half-ish minute',
-      :less_than_x_seconds =&gt; ['less than 1 second', '{{count}}ish seconds'],
-      :x_seconds           =&gt; ['1 second', '{{count}}ish seconds'],
-      :less_than_x_minutes =&gt; ['less than a minute', '{{count}}ish minutes'],
-      :x_minutes           =&gt; ['1 minute', '{{count}}ish minutes'],
-      :about_x_hours       =&gt; ['about 1 hour', '{{count}}ish hours'],
-      :x_days              =&gt; ['1 day', '{{count}}ish days'],
-      :about_x_months      =&gt; ['about 1 month', '{{count}}ish months'],
-      :x_months            =&gt; ['1 month', '{{count}}ish months'],
-      :about_x_years       =&gt; ['about 1 year', '{{count}}ish year'],
-      :over_x_years        =&gt; ['over 1 year', '{{count}}ish years']
+      :half_a_minute       =&gt; 'meio minuto',
+      :less_than_x_seconds =&gt; ['menos de 1 segundo', 'menos de {{count}} segundos'],
+      :x_seconds           =&gt; ['1 segundo', '{{count}} segundos'],
+      :less_than_x_minutes =&gt; ['menos de um minuto', 'menos de {{count}} minutos'],
+      :x_minutes           =&gt; ['1 minuto', '{{count}} minutos'],
+      :about_x_hours       =&gt; ['aproximadamente 1 hora', 'aproximadamente {{count}} horas'],
+      :x_days              =&gt; ['1 dia', '{{count}} dias'],
+      :about_x_months      =&gt; ['aproximadamente 1 m&#234;s', '{{count}} meses'],
+      :x_months            =&gt; ['1 m&#234;s', '{{count}} meses'],
+      :about_x_years       =&gt; ['aproximadamente 1 ano', '{{count}} anos'],
+      :over_x_years        =&gt; ['mais de 1 ano', '{{count}} anos']
     }
   },
 
@@ -74,12 +69,12 @@ I18n.backend.store_translations :'gibberish', {
   :number =&gt; {
     :format =&gt; {
       :precision =&gt; 3,
-      :separator =&gt; ',',
-      :delimiter =&gt; '.'
+      :separator =&gt; '.',
+      :delimiter =&gt; ','
     },
     :currency =&gt; {
       :format =&gt; {
-        :unit =&gt; 'Gib-$',
+        :unit =&gt; 'R$',
         :precision =&gt; 2,
         :format =&gt; '%n %u'
       }
@@ -89,50 +84,50 @@ I18n.backend.store_translations :'gibberish', {
   # Active Record
   :active_record =&gt; {
     :error =&gt; {
-      :header_message =&gt; [&quot;Couldn't save this {{object_name}}: 1 error&quot;, &quot;Couldn't save this {{object_name}}: {{count}} errors.&quot;],
-      :message =&gt; &quot;Please check the following fields, dude:&quot;
+      :header_message =&gt; [&quot;{{object_name}} n&#227;o p&#244;de ser salvo: 1 erro&quot;, &quot;{{object_name}} n&#227;o p&#244;de ser salvo: {{count}} erros.&quot;],
+      :message =&gt; &quot;Por favor, cheque os seguintes campos:&quot;
     }
   },
   :active_record =&gt; {
     :error_messages =&gt; {
-      :inclusion =&gt; &quot;ain't included in the list&quot;,
-      :exclusion =&gt; &quot;ain't available&quot;,
-      :invalid =&gt; &quot;ain't valid&quot;,
-      :confirmation =&gt; &quot;don't match its confirmation&quot;,
-      :accepted  =&gt; &quot;gotta be accepted&quot;,
-      :empty =&gt; &quot;gotta be given&quot;,
-      :blank =&gt; &quot;gotta be given&quot;,
-      :too_long =&gt; &quot;is too long-ish (no more than {{count}} characters)&quot;,
-      :too_short =&gt; &quot;is too short-ish (no less than {{count}} characters)&quot;,
-      :wrong_length =&gt; &quot;ain't got the right length (gotta be {{count}} characters)&quot;,
-      :taken =&gt; &quot;ain't available&quot;,
-      :not_a_number =&gt; &quot;ain't a number&quot;,
-      :greater_than =&gt; &quot;gotta be greater than {{count}}&quot;,
-      :greater_than_or_equal_to =&gt; &quot;gotta be greater than or equal to {{count}}&quot;,
-      :equal_to =&gt; &quot;gotta be equal to {{count}}&quot;,
-      :less_than =&gt; &quot;gotta be less than {{count}}&quot;,
-      :less_than_or_equal_to =&gt; &quot;gotta be less than or equal to {{count}}&quot;,
-      :odd =&gt; &quot;gotta be odd&quot;,
-      :even =&gt; &quot;gotta be even&quot;
+      :inclusion =&gt; &quot;n&#227;o est&#225; incluso na lista&quot;,
+      :exclusion =&gt; &quot;n&#227;o est&#225; dispon&#237;vel&quot;,
+      :invalid =&gt; &quot;n&#227;o &#233; v&#225;lido&quot;,
+      :confirmation =&gt; &quot;n&#227;o bate com a confirma&#231;&#227;o&quot;,
+      :accepted  =&gt; &quot;precisa ser aceito&quot;,
+      :empty =&gt; &quot;n&#227;o pode ser vazio&quot;,
+      :blank =&gt; &quot;n&#227;o pode ser vazio&quot;,
+      :too_long =&gt; &quot;&#233; muito longo (n&#227;o mais do que {{count}} caracteres)&quot;,
+      :too_short =&gt; &quot;&#233; muito curto (n&#227;o menos do que {{count}} caracteres)&quot;,
+      :wrong_length =&gt; &quot;n&#227;o &#233; do tamanho correto (precisa ter {{count}} caracteres)&quot;,
+      :taken =&gt; &quot;n&#227;o est&#225; dispon&#237;vel&quot;,
+      :not_a_number =&gt; &quot;n&#227;o &#233; um n&#250;mero&quot;,
+      :greater_than =&gt; &quot;precisa ser maior do que {{count}}&quot;,
+      :greater_than_or_equal_to =&gt; &quot;precisa ser maior ou igual a {{count}}&quot;,
+      :equal_to =&gt; &quot;precisa ser igual a {{count}}&quot;,
+      :less_than =&gt; &quot;precisa ser menor do que {{count}}&quot;,
+      :less_than_or_equal_to =&gt; &quot;precisa ser menor ou igual a {{count}}&quot;,
+      :odd =&gt; &quot;precisa ser &#237;mpar&quot;,
+      :even =&gt; &quot;precisa ser par&quot;
     }
   }
 }
       &lt;/pre&gt;
     &lt;/blockquote&gt;
-    &lt;p&gt;You also need to set up the default locale and/or locale in your &lt;code&gt;environment.rb&lt;/code&gt; or an initializer.&lt;/p&gt;
+    &lt;p&gt;Voc&#234; tamb&#233;m precisa configurar o local padr&#227;o e/ou local em seu seu &lt;code&gt;environment.rb&lt;/code&gt; ou um inicializador.&lt;/p&gt;
     &lt;blockquote&gt;
       &lt;pre&gt;
-I18n.default_locale = 'gibberish'
-I18n.locale         = 'gibberish'
+I18n.default_locale = 'pt-BR'
+I18n.locale         = 'pt-BR'
       &lt;/pre&gt;
     &lt;/blockquote&gt;
   &lt;/div&gt;
 
-  &lt;h3&gt;A word on the structure of locales&lt;/h3&gt;
+  &lt;h3&gt;Uma palavra sobre a estrutura de locais&lt;/h3&gt;
   &lt;div&gt;
-    &lt;p&gt;You may have noticed that inside the &lt;code&gt;:number&lt;/code&gt; part of the locale, we defined &lt;code&gt;:format&lt;/code&gt; and &lt;code&gt;:currency&lt;/code&gt;. In general, locales are structured hierarchically - i.e. a currencies are numbers, percentages are numbers, etc. &lt;code&gt;:currency&lt;/code&gt; can either override the basic &lt;code&gt;:format&lt;/code&gt; settings (in our case, we set &lt;code&gt;:precision&lt;/code&gt; to 2 instead of 3) or extend them (we add two new options, &lt;code&gt;:unit&lt;/code&gt; and &lt;code&gt;:format&lt;/code&gt;).&lt;/p&gt;
-    &lt;p&gt;The same holds true for dates and times: If needed, &lt;code&gt;:datetime&lt;/code&gt; and &lt;code&gt;:time_with_zone&lt;/code&gt; can be used to specifically address formatting of their respective types instead of just relying on the settings for &lt;code&gt;:time&lt;/code&gt;. Note, however, that usually you want to use the same formats as &lt;code&gt;:time&lt;/code&gt;.&lt;/p&gt;
+    &lt;p&gt;Voc&#234; deve ter notado que dentro da parte &lt;code&gt;:number&lt;/code&gt; do local, n&#243;s definimos &lt;code&gt;:format&lt;/code&gt; e &lt;code&gt;:currency&lt;/code&gt;. Em geral, locais s&#227;o estruturas hier&#225;rquicas - isto &#233;, moedas s&#227;o n&#250;meros, porcentagens s&#227;o n&#250;meros, etc. &lt;code&gt;:currency&lt;/code&gt; pode tanto se sobrepor &#224; configura&#231;&#227;o &lt;code&gt;:format&lt;/code&gt; b&#225;sica (em nosso caso, n&#243;s configuramos &lt;code&gt;:precision&lt;/code&gt; para 2 em vez de 3) ou extend&#234;-la (adicionamos duas novas op&#231;&#245;es, &lt;code&gt;:unit&lt;/code&gt; e &lt;code&gt;:format&lt;/code&gt;).&lt;/p&gt;
+	&lt;p&gt;O mesmo &#233; v&#225;lido para datas e horas: se for necess&#225;rio, &lt;code&gt;:datetime&lt;/code&gt; e &lt;code&gt;:time_with_zone&lt;/code&gt; podem ser usados para resolver especificamente formata&#231;&#227;o de seus respectivos tipos em vez de depender das configura&#231;&#245;es para &lt;code&gt;:time&lt;/code&gt;. Note, entretanto, que normalmente voc&#234; quer usar as mesmas formata&#231;&#245;es que &lt;code&gt;:time&lt;/code&gt;.&lt;/p&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 
-&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; Date formats', :action =&gt; 'date_formats' %&gt;&lt;/p&gt;
\ No newline at end of file
+&lt;p style=&quot;text-align:right;&quot;&gt;&lt;%= link_to '&amp;raquo; Formatos de Data', :action =&gt; 'date_formats' %&gt;&lt;/p&gt;
\ No newline at end of file</diff>
      <filename>app/views/pages/setup.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&lt;h2&gt;Time formats&lt;/h2&gt;
+&lt;h2&gt;Formatos de Hora&lt;/h2&gt;
 &lt;div&gt;
   &lt;table&gt;
     &lt;tr&gt;
@@ -26,7 +26,7 @@
       &lt;td&gt;&lt;%= Time.now.to_s(:only_second) %&gt;&lt;/td&gt;
     &lt;/tr&gt;
   &lt;/table&gt;
-  &lt;p&gt;Rails standard formats (Time::DATE_FORMATS) still work:&lt;/p&gt;
+  &lt;p&gt;Formatos padr&#227;o Rails (Time::DATE_FORMATS) ainda funcionam:&lt;/p&gt;
   &lt;table&gt;
     &lt;tr&gt;
       &lt;th scope=&quot;row&quot;&gt;Time.now.to_s(:db)&lt;/th&gt;</diff>
      <filename>app/views/pages/time_formats.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -66,5 +66,5 @@ Rails::Initializer.run do |config|
   # config.active_record.observers = :cacher, :garbage_collector
 end
 
-I18n.default_locale = 'gibberish'
-I18n.locale = 'gibberish'
\ No newline at end of file
+I18n.default_locale = 'pt-BR'
+I18n.locale = 'pt-BR'
\ No newline at end of file</diff>
      <filename>config/environment.rb</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>db/development.sqlite3</filename>
    </modified>
    <modified>
      <diff>@@ -88,3 +88,329 @@ Rendering pages/active_record_helper
 Compiling template _run_erb_47app47views47pages47active_record_helper46erb
 Compiling template _run_erb_47app47views47layouts47application46html46erb
 Completed in 0.00645 (154 reqs/sec) | Rendering: 0.00398 (61%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/active_record_helper]
+  *[4;36;1mSQL (0.000406)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.000120)*[0m   *[0mselect sqlite_version(*)*[0m
+  *[4;36;1mSQL (0.002221)*[0m   *[0;1mCREATE TABLE &quot;schema_migrations&quot; (&quot;version&quot; varchar(255) NOT NULL) *[0m
+  *[4;35;1mSQL (0.001904)*[0m   *[0mCREATE UNIQUE INDEX &quot;unique_schema_migrations&quot; ON &quot;schema_migrations&quot; (&quot;version&quot;)*[0m
+  *[4;36;1mSQL (0.000203)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+  *[4;35;1mSQL (0.000149)*[0m   *[0mSELECT version FROM schema_migrations*[0m
+  *[4;36;1mSQL (0.000163)*[0m   *[0;1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+*[0m
+
+
+Processing PagesController#index (for 127.0.0.1 at 2008-08-14 12:48:48) [GET]
+  Session ID: c6fd6de299209abb0970c81dbbafc4e4
+  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/index
+Compiling template _run_erb_47app47views47pages47index46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00681 (146 reqs/sec) | Rendering: 0.00435 (63%) | DB: 0.00000 (0%) | 200 OK [http://localhost/]
+
+
+Processing PagesController#index (for 127.0.0.1 at 2008-08-14 12:48:51) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/index
+Compiling template _run_erb_47app47views47pages47index46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00584 (171 reqs/sec) | Rendering: 0.00358 (61%) | DB: 0.00000 (0%) | 200 OK [http://localhost/]
+
+
+Processing PagesController#setup (for 127.0.0.1 at 2008-08-14 12:48:52) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;setup&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/setup
+Compiling template _run_erb_47app47views47pages47setup46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01041 (96 reqs/sec) | Rendering: 0.00437 (41%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/setup]
+
+
+Processing PagesController#date_formats (for 127.0.0.1 at 2008-08-14 12:48:58) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_formats
+Compiling template _run_erb_47app47views47pages47date_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01044 (95 reqs/sec) | Rendering: 0.00682 (65%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_formats]
+
+
+Processing PagesController#time_formats (for 127.0.0.1 at 2008-08-14 12:48:59) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;time_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/time_formats
+Compiling template _run_erb_47app47views47pages47time_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00858 (116 reqs/sec) | Rendering: 0.00547 (63%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/time_formats]
+
+
+Processing PagesController#date_helper (for 127.0.0.1 at 2008-08-14 12:49:00) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_helper
+Compiling template _run_erb_47app47views47pages47date_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.12813 (7 reqs/sec) | Rendering: 0.12365 (96%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_helper]
+
+
+Processing PagesController#active_record_helper (for 127.0.0.1 at 2008-08-14 12:49:01) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;active_record_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/active_record_helper
+Compiling template _run_erb_47app47views47pages47active_record_helper46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00573 (174 reqs/sec) | Rendering: 0.00332 (57%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/active_record_helper]
+
+
+Processing PagesController#number_helper (for 127.0.0.1 at 2008-08-14 12:49:02) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;number_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/number_helper
+Compiling template _run_erb_47app47views47pages47number_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01500 (66 reqs/sec) | Rendering: 0.00961 (64%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/number_helper]
+
+
+Processing PagesController#index (for 127.0.0.1 at 2008-08-14 20:57:07) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/index
+Compiling template _run_erb_47app47views47pages47index46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.07086 (14 reqs/sec) | Rendering: 0.01757 (24%) | DB: 0.00000 (0%) | 200 OK [http://localhost/]
+
+
+Processing PagesController#index (for 127.0.0.1 at 2008-08-14 20:57:26) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/index
+Compiling template _run_erb_47app47views47pages47index46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00856 (116 reqs/sec) | Rendering: 0.00427 (49%) | DB: 0.00000 (0%) | 200 OK [http://localhost/]
+
+
+Processing PagesController#setup (for 127.0.0.1 at 2008-08-14 20:57:32) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;setup&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/setup
+Compiling template _run_erb_47app47views47pages47setup46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.03326 (30 reqs/sec) | Rendering: 0.00416 (12%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/setup]
+
+
+Processing PagesController#date_formats (for 127.0.0.1 at 2008-08-14 20:57:43) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_formats
+Compiling template _run_erb_47app47views47pages47date_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.04247 (23 reqs/sec) | Rendering: 0.00730 (17%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_formats]
+
+
+Processing PagesController#date_formats (for 127.0.0.1 at 2008-08-14 20:58:11) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_formats
+Compiling template _run_erb_47app47views47pages47date_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01162 (86 reqs/sec) | Rendering: 0.00789 (67%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_formats]
+
+
+Processing PagesController#date_formats (for 127.0.0.1 at 2008-08-14 20:58:45) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_formats
+Compiling template _run_erb_47app47views47pages47date_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01118 (89 reqs/sec) | Rendering: 0.00805 (71%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_formats]
+
+
+Processing PagesController#time_formats (for 127.0.0.1 at 2008-08-14 20:58:47) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;time_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/time_formats
+Compiling template _run_erb_47app47views47pages47time_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.03667 (27 reqs/sec) | Rendering: 0.00597 (16%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/time_formats]
+
+
+Processing PagesController#date_helper (for 127.0.0.1 at 2008-08-14 20:58:55) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_helper
+Compiling template _run_erb_47app47views47pages47date_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.04159 (24 reqs/sec) | Rendering: 0.03769 (90%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_helper]
+
+
+Processing PagesController#active_record_helper (for 127.0.0.1 at 2008-08-14 20:59:07) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;active_record_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/active_record_helper
+Compiling template _run_erb_47app47views47pages47active_record_helper46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.03887 (25 reqs/sec) | Rendering: 0.00357 (9%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/active_record_helper]
+
+
+Processing PagesController#number_helper (for 127.0.0.1 at 2008-08-14 20:59:10) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;number_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/number_helper
+Compiling template _run_erb_47app47views47pages47number_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.04549 (21 reqs/sec) | Rendering: 0.01128 (24%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/number_helper]
+
+
+Processing PagesController#number_helper (for 127.0.0.1 at 2008-08-14 20:59:48) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;number_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/number_helper
+Compiling template _run_erb_47app47views47pages47number_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01650 (60 reqs/sec) | Rendering: 0.01100 (66%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/number_helper]
+
+
+Processing PagesController#number_helper (for 127.0.0.1 at 2008-08-14 20:59:57) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;number_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/number_helper
+Compiling template _run_erb_47app47views47pages47number_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01686 (59 reqs/sec) | Rendering: 0.01108 (65%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/number_helper]
+
+
+Processing PagesController#number_helper (for 127.0.0.1 at 2008-08-14 21:00:01) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;number_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/number_helper
+Compiling template _run_erb_47app47views47pages47number_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01688 (59 reqs/sec) | Rendering: 0.01116 (66%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/number_helper]
+
+
+Processing PagesController#number_helper (for 127.0.0.1 at 2008-08-14 21:00:47) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;number_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/number_helper
+Compiling template _run_erb_47app47views47pages47number_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01681 (59 reqs/sec) | Rendering: 0.01144 (68%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/number_helper]
+
+
+Processing PagesController#about (for 127.0.0.1 at 2008-08-14 21:00:50) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;about&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/about
+Compiling template _run_erb_47app47views47pages47about46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.03914 (25 reqs/sec) | Rendering: 0.00381 (9%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/about]
+
+
+Processing PagesController#index (for 127.0.0.1 at 2008-08-14 21:00:56) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/index
+Compiling template _run_erb_47app47views47pages47index46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00622 (160 reqs/sec) | Rendering: 0.00374 (60%) | DB: 0.00000 (0%) | 200 OK [http://localhost/]
+
+
+Processing PagesController#setup (for 127.0.0.1 at 2008-08-14 21:01:10) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;setup&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/setup
+Compiling template _run_erb_47app47views47pages47setup46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01089 (91 reqs/sec) | Rendering: 0.00414 (37%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/setup]
+
+
+Processing PagesController#date_formats (for 127.0.0.1 at 2008-08-14 21:01:13) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_formats
+Compiling template _run_erb_47app47views47pages47date_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01042 (95 reqs/sec) | Rendering: 0.00703 (67%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_formats]
+
+
+Processing PagesController#time_formats (for 127.0.0.1 at 2008-08-14 21:01:17) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;time_formats&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/time_formats
+Compiling template _run_erb_47app47views47pages47time_formats46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00928 (107 reqs/sec) | Rendering: 0.00601 (64%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/time_formats]
+
+
+Processing PagesController#date_helper (for 127.0.0.1 at 2008-08-14 21:01:21) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;date_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/date_helper
+Compiling template _run_erb_47app47views47pages47date_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.04478 (22 reqs/sec) | Rendering: 0.04125 (92%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/date_helper]
+
+
+Processing PagesController#active_record_helper (for 127.0.0.1 at 2008-08-14 21:01:39) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;active_record_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/active_record_helper
+Compiling template _run_erb_47app47views47pages47active_record_helper46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00596 (167 reqs/sec) | Rendering: 0.00380 (63%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/active_record_helper]
+
+
+Processing PagesController#number_helper (for 127.0.0.1 at 2008-08-14 21:01:40) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;number_helper&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/number_helper
+Compiling template _run_erb_47app47views47pages47number_helper46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.01612 (62 reqs/sec) | Rendering: 0.01045 (64%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/number_helper]
+
+
+Processing PagesController#about (for 127.0.0.1 at 2008-08-14 21:01:58) [GET]
+  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f4800bf2b81f3adc8f04783a4decfbb69e8228e1
+  Parameters: {&quot;action&quot;=&gt;&quot;about&quot;, &quot;controller&quot;=&gt;&quot;pages&quot;}
+Rendering template within layouts/application
+Rendering pages/about
+Compiling template _run_erb_47app47views47pages47about46html46erb
+Compiling template _run_erb_47app47views47layouts47application46html46erb
+Completed in 0.00630 (158 reqs/sec) | Rendering: 0.00376 (59%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pages/about]</diff>
      <filename>log/development.log</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a54f149ec5eaf112b17c5affa60129eea33c6bbd</id>
    </parent>
  </parents>
  <author>
    <name>Fabio Akita</name>
    <email>fabioakita@gmail.com</email>
  </author>
  <url>http://github.com/akitaonrails/i18n_demo_app/commit/5a7d1ec4645a907053b3df6f968dc012298d7056</url>
  <id>5a7d1ec4645a907053b3df6f968dc012298d7056</id>
  <committed-date>2008-08-14T17:02:33-07:00</committed-date>
  <authored-date>2008-08-14T17:02:33-07:00</authored-date>
  <message>Traduzido para portugues do Brazil</message>
  <tree>5741cdf26ec4c11dfab05a8b0f15b19ca73abfed</tree>
  <committer>
    <name>Fabio Akita</name>
    <email>fabioakita@gmail.com</email>
  </committer>
</commit>
