<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,21 +1,32 @@
 How translation works
 =====================
 
-Translation in CE is organized by translation tokens, which any text visible to users in your application should be represented by a translation token followed by a `.l` (e.g. `:this_phrase_needs_translation.l`). 
+Text which is visible to the user in CE is represented by translation tokens. Any text visible to users in your application should be represented by a translation token followed by a `.l` (e.g. `:this_phrase_needs_translation.l`). 
 
 This tells the system to look for a translation of this phrase in the appropriate locale file. It will look for that in either `RAILS_ROOT/lang/ui` or `RAILS_ROOT/vendor/plugin/community_engine/lang/ui`, picking up a YAML-file which begins with the locale you've set in `application.yml` (e.g. `de-DE.yml`). 
 
-Why load locales from both directories? The latter holds the standard translation that come with CE. The former one is for your customized translation (use `RAILS_ROOT/vendor/plugin/community_engine/lang/en.yml` as a reference of all tokens used in CE).
+Why load locales from both directories? The latter holds the standard translations that come with CE. The former is for your customized translation (use `RAILS_ROOT/vendor/plugin/community_engine/lang/en.yml` as a reference of all tokens used in CE).
 
 If you see a token like `_translation_missing_` save the URL and the context of it and post a request at Lighthouse or the Google group to get it fixed.
 
 For Developers
 ==============
 If you rework standard CE and you add a visible item to a view (a UI element, a flash notice or something similar), please use the translation tokens to add text. Place these tokens in `en.yml` for other translators to give them a chance to complete their translation files.
+NOTE: If you have special characters or a colon in your translation phrase you have to surround them with double quotes.
 
 For Translators
 ===============
-Try using the translate plugin: [http://github.com/bborn/translate](http://github.com/bborn/translate) when creating translations in new locales
+Try using the translate plugin: [http://github.com/bborn/translate](http://github.com/bborn/translate) when creating or updating translations in new locales
+
+It provides you with some useful rake tasks, including:
+
+    rake translate:diff_keys FROM_LOCAL=en TO_LOCALE=es 
+    #Shows you which keys exist in FROM_LOCALE.yml but not in TO_LOCALE.yml
+    
+    rake translate:obsolete LOCALE=es
+    #Shows you which keys exists in LOCALE.yml but not in the application source
+    
+    rake translate:orphans LOCALE=es
+    #Show you which keys are in your template code but aren't in LOCALE.yml
 
 
-NOTE: if you have special characters or a colon in your translation phrase you have to surround them with double quotes.
\ No newline at end of file</diff>
      <filename>lang/TRANSLATION.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1349,6 +1349,8 @@ fr:
   user_vendor_offer: &quot;&lt;p&gt;D&#233;crivez le produit ou le service que vous proposez :&lt;ul&gt;&lt;li&gt;Expliquez aux gens ce que vous faites&lt;/li&gt;&lt;li&gt;Expliquez pourquoi vous aimez ce que vous faites&lt;/li&gt;&lt;li&gt;Comment pouvez vous &#234;tre contact&#233; ? Avez vous un site web ?&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&quot;
   #en: user_bio_help: &quot;&lt;p&gt;Your bio is first thing people see on your profile. Some ideas:&lt;ul&gt;&lt;li&gt; Describe your sense of style&lt;/li&gt;&lt;li&gt; Explain what you love about life.&lt;/li&gt;&lt;li&gt; What's the last thing you purchased for a friend?&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&quot;
   user_bio_help: &quot;&lt;p&gt;Votre biographie est la premi&#232;re chose que les autres d&#233;couvrent sur votre profil. Quelques bonnes id&#233;es :&lt;ul&gt;&lt;li&gt; D&#233;crivez votre style.&lt;/li&gt;&lt;li&gt; Pr&#233;sentez ce que vous aimez dans la vie.&lt;/li&gt;&lt;li&gt; Quelle est la derni&#232;re chose que vous ayez offerte &#224; un ami ?&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&quot;
+  #en: vendor_avatar_hint: &quot;You may want to use your company logo, or a photo of one of your products. &quot;
+  vendor_avatar_hint: &quot;Vous souhaitez peut &#234;tre utiliser le logo de votre soci&#233;t&#233;, ou une photo d'un de vos produits. &quot;
   #en: view: View
   view: Consulter
   #en: views: Views
@@ -1474,9 +1476,7 @@ fr:
     one: Vous avez &#233;crit 1 article de blog.
     other: &quot;Vous avez &#233;crit {{count}} articles de blog.&quot;
   #en: you_last_logged_in_on: You last logged in on
-  you_last_logged_in_on: Derni&#232;re connexion le
-  #en: you_may_want_to_use_your_company_logo_or_a_photo_of_one_of_your_products_: &quot;You may want to use your company logo, or a photo of one of your products. &quot;
-  you_may_want_to_use_your_company_logo_or_a_photo_of_one_of_your_products_: &quot;Vous souhaitez peut &#234;tre utiliser le logo de votre soci&#233;t&#233;, ou une photo d'un de vos produits. &quot;
+  you_last_logged_in_on: Derni&#232;re connexion le  
   #en: you_must_vote_to_see_the_results: You must vote to see the resuts.
   you_must_vote_to_see_the_results: Vous devez voter pour voir les r&#233;sultats.
   #en: your_about_text_goes_here: Your About Text Goes Here</diff>
      <filename>lang/ui/fr-FR.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>240c3276b4743f216557e7602ecaf2d0417b25c9</id>
    </parent>
  </parents>
  <author>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/dc0cdf88eab8a2da8f863ab78711d4cb5586f5f8</url>
  <id>dc0cdf88eab8a2da8f863ab78711d4cb5586f5f8</id>
  <committed-date>2009-10-23T18:25:02-07:00</committed-date>
  <authored-date>2009-10-23T18:25:02-07:00</authored-date>
  <message>more i18n stuff</message>
  <tree>2c6036be17ee9f93a8aad3963a55d7e68d2e2b23</tree>
  <committer>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </committer>
</commit>
