<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.ruby.rails.i18n">
    <title>gmane.comp.lang.ruby.rails.i18n</title>
    <link>http://blog.gmane.org/gmane.comp.lang.ruby.rails.i18n</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/472"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/471"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/470"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/469"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/467"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/467"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/466"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/465"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/463"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/462"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/472">
    <title>[Rails I18n] i18n full_message testing problem</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/472</link>
    <description>&lt;pre&gt;Hi.

Rails version 2.3.4

----------- Running a functional test: --------------

Exception: translation missing: pl, activerecord, errors, models, user,
attributes, email, email_short
app/views/users/new.pl.html.erb:3

    1: &amp;lt;h1&amp;gt;Rejestracja nowego użytkownika&amp;lt;/h1&amp;gt;
    2:
    3: &amp;lt;%= error_messages_for :user %&amp;gt;
    4: &amp;lt;% form_for :user, :url =&amp;gt; users_path do |f| -%&amp;gt;
    5:
    6: &amp;lt;p&amp;gt;&amp;lt;label for="login"&amp;gt;Nazwa użytkownika
&amp;lt;%=req_field%&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;br/&amp;gt;

    app/views/users/new.pl.html.erb:3
    app/controllers/users_controller.rb:59:in `create'
    /test/functional/users_controller_test.rb:91:in `create_user'
    /test/functional/users_controller_test.rb:53:in
`test_should_require_email_on_signup'
    /test/functional/users_controller_test.rb:52:in
`test_should_require_email_on_signup'
    /usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
    /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
    /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
    /usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
    /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
    /usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
    /usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in
`run_suite'
    /home/wojtek/workspace_galileo/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:117:in
`start_mediator'
    /home/wojtek/workspace_galileo/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:62:in
`start'
    /home/wojtek/workspace_galileo/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:328

-------------- My model users.rb ------------------

validates_length_of       :email,    :within =&amp;gt; 3..100, :too_short =&amp;gt;
:email_short, :too_long =&amp;gt; :email_long


---------  My translations in pl.yml  -------------

The below works when I use the application the standard way through WWW.
This does not get read only within test environment.

pl:
(...)
  activerecord:
    (...)
    errors:
      (...)
      full_messages:
        email_short: "my message 1 {{count}}"
        email_long: "my message 2 {{count}}"

(...)


---------------- QUESTION -------------------------

How do I avoid this testing error? I am not using this translation node
" pl, activerecord, errors, models, user, attributes, email,
email_short" but a full_mesage instead (cos I need a specific message,
not a {attribute} {message} pair, it will not work in my language).

Any help appreciated.
&lt;/pre&gt;</description>
    <dc:creator>Michal Burak</dc:creator>
    <dc:date>2009-11-17T13:47:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/471">
    <title>[Rails I18n] Error trying to translate a model name in a validationmessage</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/471</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Dave Christiansen</dc:creator>
    <dc:date>2009-11-04T16:01:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/470">
    <title>Re: [Rails I18n] Very strange problem with Gettext and Haml</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/470</link>
    <description>&lt;pre&gt;Try modifying your haml_parser.rb to see where the parser gets stuck.

  def parse(file, ary = [])
    haml = Haml::Engine.new(IO.readlines(file).join)
    code = haml.precompiled.split(/$/)
    puts "Parsing Haml File: #{file}"
    RubyParser.parse_lines(file, code, ary)
  end


I'm having problems of my own in upgrading my setup.
Rails 2.3.4
gettext 2.0.4
haml 2.2.8

Engine that made it's output unparseable by the gettext's default 
RubyParser.

I have tried the gems
retoo-ruby_gettext_extractor (0.2.1)
that depends on
ruby_parser
without success.

This ruby_parser has a RubyParser class of it's own and conflicts with 
Gettext's RubyParser module. So here's a classical case of why we should 
namespace our code. -_-

After hacking it to work by changing the names of the RubyParser in the 
gems, I can make it work to parse en template files, using retoo's 
gettext_extractor/rubyparser gems. However, the parser doesn't work on 
my non-latin template files. My HamlParser class as below. Anyone can 
have a go and fix this? A million thanks!

# haml_parser.rb
require 'rubygems'
require 'haml'
require 'gettext_rails/tools'
require 'ruby_gettext_extractor'

module HamlParser
  module_function

  def target?(file)
    File.extname(file) == '.haml'
  end

  def parse(file, ary = [])
    bypass = ! File.basename(file, 
'.haml').match(/(vi|zh|zh_HK|id|th)$/).nil?
    puts "HamlParser:#{file}:bypass:#{bypass}"
    return ary if bypass

    haml = Haml::Engine.new(IO.readlines(file).join)
    result = nil
    begin
      #result = GetText::RubyParser.parse_lines(file, 
haml.precompiled.split(/$/), ary)
      result = RubyGettextExtractor.parse_string(haml.precompiled, file, 
ary)
    rescue Exception =&amp;gt; e
      puts "Error:#{file}"
      raise e
    end
    result
  end
end

GetText::RGetText.add_parser(HamlParser)
&lt;/pre&gt;</description>
    <dc:creator>Sean Tan</dc:creator>
    <dc:date>2009-10-16T06:47:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/469">
    <title>[Rails I18n] Telephone number validation and formatting</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/469</link>
    <description>&lt;pre&gt;I'm working to build a telephone number validation and formatting
method.
I'm attaching an address_helper I use for this.
I'd like to get comments on it.
The method is based on extending the country model by adding 4 integer
attributes: tel_min, tel_max, tel_area_min and tel_area_max which are
the minimum and maximum number of digits of the telephone number in each
country and the minimum and maximum number of digits in the telephone
area code.
Please comment.
   Thanks,
      Raffi

Attachments:
http://www.ruby-forum.com/attachment/4139/address_helper.rb

&lt;/pre&gt;</description>
    <dc:creator>Raffi Lipkin</dc:creator>
    <dc:date>2009-10-12T15:22:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/468">
    <title>[Rails I18n] error occurs while using savage beast plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/468</link>
    <description>&lt;pre&gt;Hi all,

I am using savage-beast plugin for forum..i have integrated code with my
application as given in readme file of savage-beast but now when i try
to run /script/server it gives me following error:

=&amp;gt; Booting Mongrel
=&amp;gt; Rails 2.3.2 application starting on http://0.0.0.0:3000
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/module/aliasing.rb:33:in
`alias_method': undefined method `initialize_schema_information' for
module `ActiveRecord::ConnectionAdapters::SchemaStatements' (NameError)
  from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/module/aliasing.rb:33:in
`alias_method_chain'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:131:in
`included'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:131:in
`class_eval'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:131:in
`included'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:155:in
`include'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:155
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
   ... 26 levels...
  from /usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:84
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
  from script/server:3


can any one please help me??

Thanks...
&lt;/pre&gt;</description>
    <dc:creator>Preksha Patel</dc:creator>
    <dc:date>2009-10-03T07:29:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/467">
    <title>[Rails I18n] problems switching language after search form resuls</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/467</link>
    <description>&lt;pre&gt;I have a form that allows the user to search for a manufacturer. It
works fine.

Now I am making the site in two languages French and English. I have the
basics of I18ln working as suggested in Agile Web Development book.

However for this particular case there is a problem. If the user chooses
to switch languages after the results come back the information is no
longer being sent as a request.post. In the controller I test for this
to make sure the information is coming from the form for security
reason.

  #takes the information entered on the search products box and returns
a list of possible matches.
  def search
    if request.post?
        &amp;lt; at &amp;gt;manufacturer_matches =
Manufacturer.find_all(params[:manufacturer])
        unless &amp;lt; at &amp;gt;manufacturer_matches[0]
          flash[:search] = t('manufacturers.search.flash', :manufacturer
=&amp;gt; params[:manufacturer]  )
        end
    end
  end

(find all is a method in the Manufacturers model.)

If i remove the request.post? potential hackers can get in and  the
parameters from the search box are not passed so the search returns
nothing.

Any ideas on the best practices to be
&lt;/pre&gt;</description>
    <dc:creator>Mitchell Gould</dc:creator>
    <dc:date>2009-10-02T11:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/468">
    <title>[Rails I18n] error occurs while using savage beast plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/468</link>
    <description>&lt;pre&gt;Hi all,

I am using savage-beast plugin for forum..i have integrated code with my
application as given in readme file of savage-beast but now when i try
to run /script/server it gives me following error:

=&amp;gt; Booting Mongrel
=&amp;gt; Rails 2.3.2 application starting on http://0.0.0.0:3000
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/module/aliasing.rb:33:in
`alias_method': undefined method `initialize_schema_information' for
module `ActiveRecord::ConnectionAdapters::SchemaStatements' (NameError)
  from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/module/aliasing.rb:33:in
`alias_method_chain'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:131:in
`included'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:131:in
`class_eval'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:131:in
`included'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:155:in
`include'
  from
/var/www/citiplots_staging/vendor/plugins/temp/engines/lib/engines/rails_extensions/migrations.rb:155
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
   ... 26 levels...
  from /usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:84
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
  from script/server:3


can any one please help me??

Thanks...
&lt;/pre&gt;</description>
    <dc:creator>Preksha Patel</dc:creator>
    <dc:date>2009-10-03T07:29:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/467">
    <title>[Rails I18n] problems switching language after search form resuls</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/467</link>
    <description>&lt;pre&gt;I have a form that allows the user to search for a manufacturer. It
works fine.

Now I am making the site in two languages French and English. I have the
basics of I18ln working as suggested in Agile Web Development book.

However for this particular case there is a problem. If the user chooses
to switch languages after the results come back the information is no
longer being sent as a request.post. In the controller I test for this
to make sure the information is coming from the form for security
reason.

  #takes the information entered on the search products box and returns
a list of possible matches.
  def search
    if request.post?
        &amp;lt; at &amp;gt;manufacturer_matches =
Manufacturer.find_all(params[:manufacturer])
        unless &amp;lt; at &amp;gt;manufacturer_matches[0]
          flash[:search] = t('manufacturers.search.flash', :manufacturer
=&amp;gt; params[:manufacturer]  )
        end
    end
  end

(find all is a method in the Manufacturers model.)

If i remove the request.post? potential hackers can get in and  the
parameters from the search box are not passed so the search returns
nothing.

Any ideas on the best practices to be
&lt;/pre&gt;</description>
    <dc:creator>Mitchell Gould</dc:creator>
    <dc:date>2009-10-02T11:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/466">
    <title>[Rails I18n] translatable columns and default language</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/466</link>
    <description>&lt;pre&gt;Hello.
I use plugin translatable_column.
In admin panel user can add title in two languages(english and german)
In application I wish that if language is german and the title in german
isn`t added, rails should show title in english.
Is that possible ?

Best wishes
&lt;/pre&gt;</description>
    <dc:creator>Krzysztof Kotlarek</dc:creator>
    <dc:date>2009-09-22T22:10:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/465">
    <title>[Rails I18n] Problem with Iconv</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/465</link>
    <description>&lt;pre&gt;Hello!

Here is my code:

require 'iconv'

result = Iconv.iconv('ascii//translit//IGNORE', 'utf-8', "zażółć gęślą
jaźń")
puts result.to_s.gsub(/[^\x00-\x7F]+/, '').gsub(/[^\w_ \-]+/i,   '')

Result (Mac OS X Leopard):

code/Rails/x[master]% port list | grep iconv
libticonv                      &amp;lt; at &amp;gt;1.1.0          math/libticonv
p5-text-iconv                  &amp;lt; at &amp;gt;1.4            perl/p5-text-iconv
libiconv                       &amp;lt; at &amp;gt;1.12           textproc/libiconv
code/Rails/x[master]% ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9]
code/Rails/x[master]% ruby test.rb
zazolc gesla jazn

This is what I want, but on my production (Ubuntu) machine i get much
different result:

rails&amp;lt; at &amp;gt;li103-32:~$ dpkg -l | grep iconv
ii  libtext-iconv-perl                1.7-1build1
converts between character sets in Perl
rails&amp;lt; at &amp;gt;li103-32:~$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
Ruby Enterprise Edition 20090610
rails&amp;lt; at &amp;gt;li103-32:~$ ruby test.rb
za gl ja

What may causing this error? Maybe i need to install additional
packages?
&lt;/pre&gt;</description>
    <dc:creator>Joao Silva</dc:creator>
    <dc:date>2009-08-25T19:17:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/464">
    <title>[Rails I18n] Translate Pages</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/464</link>
    <description>&lt;pre&gt;Hi Guys,

PROBLEMS:

Our website supports both Chinese and English. We found that there are
many cases need different ways of translation.

a. For the views, we can translate words easily using the "_('hello
world')" functions.

b. For the static pages, we are using the:
/contact_us.html (for english)
/locale/zh_TW/contact_us.html (for chinese)


Nevertheless, there are two more cases I don't know how to translate way
are better:

c. Error page:
I don't know whether the "_()" function works

d. Server is down page:
when Rails is down, the lighttd may redirect to another static page.

METHODS:

How should we translate these four cases?

I am thinking whether we should load the English and then translate
using AJAX (or push the languages content to client and load it using
Javascript)?

Thanks!
Arthur
&lt;/pre&gt;</description>
    <dc:creator>Arthur Chan</dc:creator>
    <dc:date>2009-08-21T10:23:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/464">
    <title>[Rails I18n] Translate Pages</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/464</link>
    <description>&lt;pre&gt;Hi Guys,

PROBLEMS:

Our website supports both Chinese and English. We found that there are
many cases need different ways of translation.

a. For the views, we can translate words easily using the "_('hello
world')" functions.

b. For the static pages, we are using the:
/contact_us.html (for english)
/locale/zh_TW/contact_us.html (for chinese)


Nevertheless, there are two more cases I don't know how to translate way
are better:

c. Error page:
I don't know whether the "_()" function works

d. Server is down page:
when Rails is down, the lighttd may redirect to another static page.

METHODS:

How should we translate these four cases?

I am thinking whether we should load the English and then translate
using AJAX (or push the languages content to client and load it using
Javascript)?

Thanks!
Arthur
&lt;/pre&gt;</description>
    <dc:creator>Arthur Chan</dc:creator>
    <dc:date>2009-08-21T10:23:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/463">
    <title>Re: [Rails I18n] Translating missing for I18n in models afterupgrading gem</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/463</link>
    <description>&lt;pre&gt;This now more precise : only constants values in models are not working. 
But I still don't understand why.
Moreover, if I create the en.yml identical to fr (with en at the 
beginning of the file), the problem remains the same.
&lt;/pre&gt;</description>
    <dc:creator>Antoine Antoine</dc:creator>
    <dc:date>2009-08-11T11:38:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/462">
    <title>[Rails I18n] Translating missing for I18n in models after upgradinggem</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.rails.i18n/462</link>
    <description>&lt;pre&gt;Hi everyone,

I deployed yesterday a new version of my website. For some features, I
had to upgrade rubygems to 1.3.1 version. Here is my gem env :
RubyGems Environment:
  - RUBYGEMS VERSION: 1.3.1
  - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
  - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8
  - RUBY EXECUTABLE: /usr/bin/ruby1.8
  - EXECUTABLE DIRECTORY: /usr/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86-linux
  - GEM PATHS:
     - /usr/lib/ruby/gems/1.8
     - /home/tableonline/.gem/ruby/1.8
  - GEM CONFIGURATION:
     - :update_sources =&amp;gt; true
     - :verbose =&amp;gt; true
     - :benchmark =&amp;gt; false
     - :backtrace =&amp;gt; false
     - :bulk_threshold =&amp;gt; 1000
  - REMOTE SOURCES:
     - http://gems.rubyforge.org/

Version of rails is 2.2.2

Path seems to be ok, as all my gems are there.
But since then (and i really don't understand the link), I18n ONLY IN
MODELS rb files is not working and I get the "Translation missing: en"
message for variables in those files. The weird stuff is that my locale
is fr (and seems to work as the rest of the website is correctly
translated).
Even more strange, in development environment (on my mac) everything is
working with the same versions.

I tried changing locale, upgrading en.yml with french values, nothing
changed...

Any clue of what is happening ?

Thanks a lot.
&lt;/pre&gt;</description>
    <dc:creator>Antoine Antoine</dc:creator>
    <dc:date>2009-08-11T08:26:54</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.rails.i18n">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.rails.i18n</link>
  </textinput>
</rdf:RDF>

