<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
-welcome_friend: &#161;Recepci&#243;n, amigo!
-welcome_user: &#161;Recepci&#243;n, {user}!
+welcome_friend: &#161;Bienvenido amigo!
+welcome_user: &#161;Bienvenido {user}!
 love_rails: Amo los carriles.</diff>
      <filename>lang/es.yml</filename>
    </modified>
    <modified>
      <diff>@@ -160,7 +160,7 @@ context &quot;A gibberish string (in general)&quot; do
 
   specify &quot;should set default key to underscored string&quot; do
     Gibberish.current_language = :es
-    'welcome friend'[].should == '&#161;Recepci&#243;n, amigo!'
+    'welcome friend'[].should == '&#161;Bienvenido amigo!'
   end
 end
 
@@ -183,8 +183,8 @@ context &quot;When a non-default language is set&quot; do
   end
 
   specify &quot;a gibberish string should return a translated version of itself if a corresponding key is found&quot; do
-    &quot;Welcome, friend!&quot;[:welcome_friend].should.equal &quot;&#161;Recepci&#243;n, amigo!&quot;
+    &quot;Welcome, friend!&quot;[:welcome_friend].should.equal '&#161;Bienvenido amigo!'
     &quot;I love Rails.&quot;[:love_rails].should.equal &quot;Amo los carriles.&quot;
-    'Welcome, {user}!'[:welcome_user, 'Marvin'].should.equal &quot;&#161;Recepci&#243;n, Marvin!&quot;
+    'Welcome, {user}!'[:welcome_user, 'Marvin'].should.equal '&#161;Bienvenido Marvin!'
   end
 end</diff>
      <filename>test/gibberish_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f1363f8e55230907c181f6501afb82de062614d2</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/gibberish/commit/26f14d4c8476ff84a2ddbd3d5aacc03eec06088d</url>
  <id>26f14d4c8476ff84a2ddbd3d5aacc03eec06088d</id>
  <committed-date>2007-07-12T23:29:41-07:00</committed-date>
  <authored-date>2007-07-12T23:29:41-07:00</authored-date>
  <message>gibberish: fix my bad spanish [Gustavo Beathyate]</message>
  <tree>e3c84a63f770dc5393084a8c05a097ab359ec78a</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
