Juraj Bednar
2006-May-03 21:49 UTC
[Rails] ruby on rails international & BIRT integration?
Hello, I see, that Rails is quite english-centric. I am developing some webs, that are not primarily in English. I have a few questions: - besides turning of plurals, what should I take care? How to use utf-8 for all data and converting it from local charsets to utf-8? - how do I make my page multilingual (i.e. adding english support later)? Is there something like gettext support? Is there a multilingual scaffold support? (So I''ll have a web interface where I can translate all the messages used in application). - Is there some web/wiki page talking about internationalization issues in Rails? Should we start one? One more question not about internationalization: is there some BIRT (Business Intelligence and Reporting Tool) integration? Or preferable way to make reports (PDF, HTML, ...) from my existing model? Thanks, Juraj. -- Posted via http://www.ruby-forum.com/.
Google: UTF-8 rails Google: rails globalize Google: ruby Pdf writer HTH Juraj Bednar wrote:> Hello, > > > I see, that Rails is quite english-centric. I am developing some webs, > that are not primarily in English. I have a few questions: > > - besides turning of plurals, what should I take care? How to use utf-8 > for all data and converting it from local charsets to utf-8? > - how do I make my page multilingual (i.e. adding english support > later)? Is there something like gettext support? Is there a multilingual > scaffold support? (So I''ll have a web interface where I can translate > all the messages used in application). > - Is there some web/wiki page talking about internationalization issues > in Rails? Should we start one? > > One more question not about internationalization: is there some BIRT > (Business Intelligence and Reporting Tool) integration? Or preferable > way to make reports (PDF, HTML, ...) from my existing model? > > > Thanks, > > Juraj. > >
Juraj Bednar
2006-May-04 12:13 UTC
[Rails] Re: ruby on rails international & BIRT integration?
Hello,> Google: ruby Pdf writerwell, I wanted <a href="http://www.eclipse.org/birt/phoenix/">BIRT</a> integration, not another plugin to write PDF documents. And I wanted some hints for i18n site creation (how to set up rails correctly), I know about globalize. For example I don''t know in which character set does data from browser come... Juraj. -- Posted via http://www.ruby-forum.com/.
Simo AddSW
2006-May-04 12:40 UTC
[Rails] Re: ruby on rails international & BIRT integration?
Juraj Bednar wrote:> well, I wanted <a href="http://www.eclipse.org/birt/phoenix/">BIRT</a> > integration, not another plugin to write PDF documents.The BIRT site contains an article about Integrating BIRT with PHP. Try to use ruby code and rails funtions instead of PHP. http://www.eclipse.org/birt/phoenix/deploy/usingPHP.php Simo AddSW.it -- Posted via http://www.ruby-forum.com/.
Masao Mutoh
2006-May-04 12:46 UTC
[Rails] Re: ruby on rails international & BIRT integration?
Hi, On Thu, 4 May 2006 14:13:45 +0200 Juraj Bednar <jooray@gmail.com> wrote:> Hello, > > > Google: ruby Pdf writer > > well, I wanted <a href="http://www.eclipse.org/birt/phoenix/">BIRT</a> > integration, not another plugin to write PDF documents. > > And I wanted some hints for i18n site creation (how to set up rails > correctly), I know about globalize. For example I don''t know in which > character set does data from browser come...Did you try Ruby-GetText-Package ? http://www.yotabanana.com/hiki/ruby-gettext-howto-rails.html -- .:% Masao Mutoh<mutoh@highway.ne.jp>
Juraj Bednar
2006-May-04 17:49 UTC
[Rails] Re: Re: ruby on rails international & BIRT integration?
Hello,> Did you try Ruby-GetText-Package ? > http://www.yotabanana.com/hiki/ruby-gettext-howto-rails.htmlthank you, this is exactly what I''ve been looking for. Juraj. -- Posted via http://www.ruby-forum.com/.
jmharvey.9956003@bloglines.com
2006-May-05 21:04 UTC
[Rails] ruby on rails international & BIRT integration?
Juraj, There''s lots of info to be found on the RoR wiki: http://wiki.rubyonrails.com/rails Also, check out Globalize: http://globalize-rails.org/wiki/ Cheers, Josh http://shnoo.gr --- rails@lists.rubyonrails.org wrote: Hello,> > > I see, that Rails is quite english-centric. I am developing somewebs,> that are not primarily in English. I have a few questions: > > - besides turning of plurals, what should I take care? How to use utf-8> for all data and converting it from local charsets to utf-8? > - howdo I make my page multilingual (i.e. adding english support> later)? Isthere something like gettext support? Is there a multilingual> scaffoldsupport? (So I''ll have a web interface where I can translate> all the messagesused in application).> - Is there some web/wiki page talking about internationalizationissues> in Rails? Should we start one? > > One more question not aboutinternationalization: is there some BIRT> (Business Intelligence and ReportingTool) integration? Or preferable> way to make reports (PDF, HTML, ...)from my existing model?> > > Thanks, > > Juraj. > > --> Posted via http://www.ruby-forum.com/. > _______________________________________________> Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails>