Translation of the rails

Good night.

I wonder if there is any translation of the rails to the Portuguese?

Thank you.

http://redmine.rubyforge.org/svn/branches/0.9-stable/config/locales/pt.yml

2010/6/21 Adriano Dias da Silva [email protected]:

what do you mean ?

any rails app can be translated to portuguese using I18N
if you want also to get info about Rails , why don’t you visit :

On 21 juin, 03:29, Adriano Dias da Silva [email protected]

Como eu faço a instalação do pacote de linguagem?
Eu programo em Delphi e estou aprendendo Ruby on Rails, faz umas duas
semanas e não tenho muito conhecimento.

Desde já obrigado…

Atenciosamente
Adriano Dias da Silva


2010/6/21 Rodrigo Rosenfeld R. [email protected]

Replied privately in Portuguese to Adriano…

Rodrigo.

Em 21-06-2010 19:44, Adriano Dias da Silva escreveu:

Qualquer idioma (any language):

Um abraço,

Rodrigo.

Em 20-06-2010 22:29, Adriano Dias da Silva escreveu:

As I replied you in a private message, in summary:

  • copy the pt-BR.yml file from the above repository to your
    config/locales directory:
  • set config.default_locale = :‘pt-BR’ in your envirnoment.rb
  • You’ll need to translate yourself the files in public dir, such as
    404.html, 500.html, etc. The index.html should be removed since it is
    used only as an introduction to what steps you should follow to write
    your application.

Regards,

Rodrigo.

Em 21-06-2010 21:52, Adriano Dias da Silva escreveu:

what steps should I follow to configure my application for the
Portuguese?


Thank you.
Worked perfectly.


I forgot to write here the actual problem. From private messages, I’ve
noted that the problem Adriano was getting was related to how we are
managing the Sven F. i18n-rails repository in Github.

In Rails I18n guides, this repository is pointed as a repository for
I18n locale files. But I’ve submitted a pull request recently changing
the {{strings}} to %{strings} Rails 3 way. We should revert these
changes on master and create a separate branch Rails 3 that does this in
an automated way in a single commit for all languages: replace ‘{{’ by
‘%{’ and ‘}}’ by ‘}’.

What do you think?

Best regards,

Rodrigo.

Em 23-06-2010 22:55, Adriano Dias da Silva escreveu: