<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,9 +4,9 @@ rails_locale_dir = File.expand_path(File.join(curr_dir, &quot;..&quot;, &quot;rails&quot;))
 puts &quot;Fetching latest Rails locale files to #{rails_locale_dir}&quot;
 
 exec %(
-  curl http://github.com/rails/rails/tree/master/actionpack/lib/action_view/locale/en.yml?raw=true &gt; #{rails_locale_dir}/action_view.yml
+  curl -Lo '#{rails_locale_dir}/action_view.yml' http://github.com/rails/rails/tree/master/actionpack/lib/action_view/locale/en.yml?raw=true
 
-  curl http://github.com/rails/rails/tree/master/activerecord/lib/active_record/locale/en.yml?raw=true &gt; #{rails_locale_dir}/active_record.yml
+  curl -Lo '#{rails_locale_dir}/active_record.yml' http://github.com/rails/rails/tree/master/activerecord/lib/active_record/locale/en.yml?raw=true
 
-  curl http://github.com/rails/rails/tree/master/activesupport/lib/active_support/locale/en.yml?raw=true &gt; #{rails_locale_dir}/active_support.yml
+  curl -Lo '#{rails_locale_dir}/active_support.yml' http://github.com/rails/rails/tree/master/activesupport/lib/active_support/locale/en.yml?raw=true
 )</diff>
      <filename>rails/script/update.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>605b0ed003fb0a3ef24ca487ec54ab195987222d</id>
    </parent>
  </parents>
  <author>
    <name>Yaroslav Markin</name>
    <email>yaroslav@markin.net</email>
  </author>
  <url>http://github.com/svenfuchs/rails-i18n/commit/6c642afa606651fa7360cab7d5faca25f9464bd8</url>
  <id>6c642afa606651fa7360cab7d5faca25f9464bd8</id>
  <committed-date>2009-01-27T09:39:15-08:00</committed-date>
  <authored-date>2009-01-27T09:39:15-08:00</authored-date>
  <message>Update and fix Rails locale fetch script</message>
  <tree>f6daff7d13f308dc2be078eb691b31f9e6f5dfb9</tree>
  <committer>
    <name>Yaroslav Markin</name>
    <email>yaroslav@markin.net</email>
  </committer>
</commit>
