Hi, I am new at ruby on rails. Currently i am working on an rails 2.0.2 application which needs to be globalised. For the purpose i am using globalite plugin. I do have a fair idea about using it But my problem is the translations provided for other languages are in encrypted format i suppose. for example January in my zh-CN.html.erb(chinese lang) is written as 1月 while on my browser i can read it as 一月 just not getting how to get this encrypted format to add new languages to my application. Please help... --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2 Jun 2008, at 14:15, sneha wrote:> > Hi, > I am new at ruby on rails. Currently i am working on an rails > 2.0.2 application which needs to be globalised. For the purpose i am > using globalite plugin. > I do have a fair idea about using it > But my problem is the translations provided for other languages are in > encrypted format i suppose. > for example January in my zh-CN.html.erb(chinese lang) is written as > 1月 > > while on my browser i can read it as 一月 > just not getting how to get this encrypted format to add new languages > to my application. > Please help...It''s not encrypted, it''s probably written in UTF8 or UTF16. You just need a text editor that can read that (or you may need to tell your text editor that the file is using that encoding). Fred --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I want to add a language to my globalised application the data in my zh-CN.html.erb"(chinese) is given as - 二月 - 三月 - 四月 which on the browser i find as the proper translated words from where to get this encoding. I tried using texteditor''s but to no use..... --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---