<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,16 +12,10 @@ Module.class_eval do
   end
 end
 
-begin
-  require 'gettext/rails'
-  GetText.locale = &quot;nl&quot; # Change this to your preference language
-  #puts &quot;GetText found!&quot;
-rescue MissingSourceFile, LoadError
-  #puts &quot;GetText not found.  Using English.&quot;
-  class ActionView::Base
-    def _(s)
-      s
-    end
+class ActionView::Base
+  def _(s)
+    # just call the globalite localize method on the string
+    s.localize
   end
 end
 </diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac98d49f849589839d41ea218d8026e0ccf6f2f5</id>
    </parent>
  </parents>
  <author>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/fe66495d0454a83289530a4217909462c37c097f</url>
  <id>fe66495d0454a83289530a4217909462c37c097f</id>
  <committed-date>2008-07-25T19:36:18-07:00</committed-date>
  <authored-date>2008-07-25T19:36:18-07:00</authored-date>
  <message>removing gettext requirement</message>
  <tree>aa6a2498eb8c1f3d40be756f49cfcc4f4916ed84</tree>
  <committer>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </committer>
</commit>
