Displaying 5 results from an estimated 5 matches for "internationalizationcomparison".
2006 May 14
3
Rails Internationalization list / forum / wiki page
...n-discussion@rubyforge.org).
The list is accessable via this forum:
http://www.ruby-forum.com/forum/20
For more information and links please read my brief Welcome posting:
http://www.ruby-forum.com/topic/65659
Also have a look at the new Rails Wiki page
http://wiki.rubyonrails.com/rails/pages/InternationalizationComparison
--
Posted via http://www.ruby-forum.com/.
2006 Jul 09
1
language support
Hi All,
I am new on rails and making my first application on rails. My client
wants to have his site supporting two languages english and french.
Please let me know how to implement multilingual support in rails?
Thanks
Rohan
--
Posted via http://www.ruby-forum.com/.
2006 May 19
1
Dynamic Labels in Forms
Hi,
I am pretty new to Ruby-on-Rails, but I am trying to be able to have
html labels in the HTML forms dynamic.
I would like to store label values in a database so that the client may
change them on the fly, instead of having them hardcoded in the html
form.
For example I would like the client to be able to change the html label:
Sex to Gender, if and when required. I do not want to have to
2007 Dec 05
5
Active Record, Migration, and Translation
...sh output.
For the translations of the error messages, I found that
localisation_simplified is a very nice and very lightweight plugin that
should be integrated in Rails by default. This would spare programmers
the pain to check all plugins availables at
http://wiki.rubyonrails.org/rails/pages/InternationalizationComparison
when they only want one language output, but non-english.
But this plugin does not offer a solution to translate the database
fields, so generated scafold is all in english, and I have to correct
all the rhtml files manually
Moreover, I''m still displaying error messages like:
"Firs...
2006 May 02
16
no one cares about i18n (was [OT]: Asking questions on this list)
Do most others in the community agree with this statement? It seems to me
that i18n is:
1. Actually important to many people
2. Not really the difficult to implement in concept
3. Something that people like to point out about Rails to say it''s not
ready foir "Enterprise"
It seems to be that a big part of Rails is encouraging people to do things
the "Right Way",