Today i finished commiting all the globalized views. You check them out in the svn: [http://svn.openstreetmap.org/sites/rails_por_branches/i18n/app/views]. Some of the views have simply <%= "text to globalize".t -%> things and some also have <"Hello, %s".t(nil,@user.name)> sprinf() like stuff. So, the next step is to add translation and user locale change/preference which we decided to be handled by click-to-globalize plugin. But currently, it’s giving some serious problem like [http://makghosh.fedorapeople.org/osm/ctg-error.log]. I talked with svenfuchs in #rubyonrails to know that the latest globalize plugin has been moved to the github. Hope this will solve the problem somewhat. And also while creating a new user a nil object NoMethodError is caught by the exception. I’m looking into these for a fix ASAP. It would be great if someone can help me to sort this out.
