Forum: Rails I18n translation of the rails

Posted by Adriano Dias da Silva (Guest)
on 2010-06-21 07:26
(Received via mailing list)
Good night.

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

Thank you.
Posted by Krzysztof Knapik (Guest)
on 2010-06-21 08:50
(Received via mailing list)
http://redmine.rubyforge.org/svn/branches/0.9-stab...

2010/6/21 Adriano Dias da Silva <adrianods.ti@gmail.com>:
Posted by Kad Kerforn (kadoudal)
on 2010-06-21 13:42
(Received via mailing list)
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 :
http://blog.plataformatec.com.br

On 21 juin, 03:29, Adriano Dias da Silva <adrianods...@gmail.com>
Posted by Rodrigo Rosenfeld Rosas (Guest)
on 2010-06-21 16:15
(Received via mailing list)
Qualquer idioma (any language):

http://github.com/svenfuchs/rails-i18n/tree/master...

Um abraço,

Rodrigo.

Em 20-06-2010 22:29, Adriano Dias da Silva escreveu:
Posted by Adriano Dias da Silva (Guest)
on 2010-06-22 00:45
(Received via mailing list)
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 Rosas <rr.rosas@gmail.com>
Posted by Rodrigo Rosenfeld Rosas (Guest)
on 2010-06-22 02:34
(Received via mailing list)
Replied privately in Portuguese to Adriano...

Rodrigo.

Em 21-06-2010 19:44, Adriano Dias da Silva escreveu:
Posted by Adriano Dias da Silva (Guest)
on 2010-06-22 09:29
(Received via mailing list)
what steps should I follow to configure my application for the
Portuguese?

_________________________________
Posted by Rodrigo Rosenfeld Rosas (Guest)
on 2010-06-22 13:02
(Received via mailing list)
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:

http://github.com/svenfuchs/rails-i18n/tree/master...

- 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:
Posted by Adriano Dias da Silva (Guest)
on 2010-06-24 03:57
(Received via mailing list)
Thank you.
Worked perfectly.

_________________________________________
Posted by Rodrigo Rosenfeld Rosas (Guest)
on 2010-06-24 12:39
(Received via mailing list)
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 Fuchs 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:
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.