<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,4 @@ class ApplicationController &lt; ActionController::Base
   # Uncomment this to filter the contents of submitted sensitive data parameters
   # from your application log (in this case, all fields with names like &quot;password&quot;).
   # filter_parameter_logging :password
-
-  GetText.locale = &quot;ja&quot;
-  init_gettext 'regional'
 end</diff>
      <filename>app/controllers/application.rb</filename>
    </modified>
    <modified>
      <diff>@@ -28,7 +28,8 @@ protected
         if user
           self.current_user = user
           redirect_back_or_default('/')
-          flash[:notice] = _(&quot;Logged in successfully&quot;)
+          # TODO i18n
+          flash[:notice] = &quot;&#12525;&#12464;&#12452;&#12531;&#12395;&#25104;&#21151;&#12375;&#12414;&#12375;&#12383;&quot;
         else
           # XXX this case is login was succeeded but doesn't any account available.
           # TODO user not found case</diff>
      <filename>app/controllers/sessions_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 class UserMailer &lt; ActionMailer::Base
   def signup_notification(user)
     setup_email(user)
-    @subject    += _('Please activate your new account')
+    @subject    += 'Please activate your new account'
 
     @body[:url]  = &quot;#{APP_CONFIG.url}/activate/#{user.activation_code}&quot;
 
@@ -9,7 +9,7 @@ class UserMailer &lt; ActionMailer::Base
 
   def activation(user)
     setup_email(user)
-    @subject    += _('Your account has been activated!')
+    @subject    += 'Your account has been activated!'
     @body[:url]  = &quot;#{APP_CONFIG.url}&quot;
   end
 </diff>
      <filename>app/models/user_mailer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -34,8 +34,6 @@ Rails::Initializer.run do |config|
   # config.gem &quot;aws-s3&quot;, :lib =&gt; &quot;aws/s3&quot;
   config.gem 'haml'
   config.gem 'ruby-openid', :lib =&gt; 'openid', :version =&gt; '&gt;= 2.0.4'
-  config.gem 'gettext', :version =&gt; '=1.93.0'
-
 
   # Only load the plugins named here, in the order given. By default, all plugins
   # in vendor/plugins are loaded in alphabetical order.</diff>
      <filename>config/environment.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config/initializers/gettext.rb</filename>
    </removed>
    <removed>
      <filename>lib/tasks/gettext.rake</filename>
    </removed>
    <removed>
      <filename>po/ja/regional.po</filename>
    </removed>
    <removed>
      <filename>po/regional.pot</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a743282a45aa7f0178ed01f16ff839aa41159ca9</id>
    </parent>
  </parents>
  <author>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </author>
  <url>http://github.com/kakutani/regional_rubykaigi/commit/7fa9f78368729fdd96d1e409801e09e71436575e</url>
  <id>7fa9f78368729fdd96d1e409801e09e71436575e</id>
  <committed-date>2009-09-28T02:42:14-07:00</committed-date>
  <authored-date>2009-09-28T02:24:34-07:00</authored-date>
  <message>eliminate dependency on gettext.

Rails2.3&#31995;&#12395;&#25163;&#12387;&#21462;&#12426;&#26089;&#12367;&#12450;&#12483;&#12503;&#12464;&#12524;&#12540;&#12489;&#12377;&#12427;&#12383;&#12417;&#12290;</message>
  <tree>d18b08e273336975ed9b199e806ef187e7d0b309</tree>
  <committer>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </committer>
</commit>
