Hello RoR Developers, I want to create English, Spanish, Japanese, Russian languages version of my rails application. What kind of way recommend me ? how can I create it ? what would you do if you were me? thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have no experience in this area, but it seems that the globalize plugin might be what you''re looking for. -Kyle On Mar 9, 5:31 am, Lamer Lamer <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hello RoR Developers, > > I want to create English, Spanish, Japanese, Russian languages version > of my rails application. What kind of way recommend me ? how can I > create it ? what would you do if you were me? > > thanks. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> I have no experience in this area, but it seems that the globalize > plugin might be what you''re looking for.> -Kylewhat is it exactly? do you have any document or information? in fact I prepared the documentation, I mean the characters in application, I translated all. I couldn t decide how to create it, how to start, which way is the best, no idea.. thank you Kyle for your message.. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Here''s the Internationalization Wiki entry... http://wiki.rubyonrails.org/rails/pages/Internationalization ...and here''s the globalize plugin''s page... http://wiki.globalize-rails.org/globalize/ I''m afraid that I won''t be much help beyond that. I remembered reading something about globalize in Rails Recipes and thought I''d at least pass along the name. Others may be able to offer more help. -Kyle On Mar 10, 9:41 pm, Lamer Lamer <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I have no experience in this area, but it seems that the globalize > > plugin might be what you''re looking for. > > -Kyle > > what is it exactly? do you have any document or information? > in fact I prepared the documentation, I mean the characters in > application, I translated all. > I couldn t decide how to create it, how to start, which way is the best, > no idea.. > > thank you Kyle for your message.. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Actually I heard about .po files, Ruby-GetText. it s very suitable for my situation. if you have any information or recommendation I will be glad to hear it. thank you very much again, Kyle -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- application.html for website in 2 languages?
- Depot App Who Bought Enhancements
- Unicode not working under Mongrel
- ROR application in any language(eg German, English, Spanish etc)
- Rails 2.2.2 and globalize - undefined method `render_file' for class `ActionView::Base' (NameError)