Patches already exist for the error_messages_for and datetime_select issues. They may need to be updated (or extracted) and resubmitted.
Bob Silva http://i.nfectio.us/ -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Rønn-Jensen Sent: Tuesday, August 29, 2006 11:52 AM To: Ruby on Rails: Core Subject: [Rails-core] Re: i18n friendly, plugable Rails Core Jeremy Kemper wrote: > On 8/29/06, Julian 'Julik' Tarkhanov <[EMAIL PROTECTED]> wrote: > > I wholeheartedly agree but I would love to have Multibyte integrated > > first, after characters are working (i18n) it > > might be time to think about l10n. > > > There is no cause to introduce this artificial dependency. Jesper has > proposed some simple steps forward -- please consider pursuing rather than > undermining this path. > Jeremy, Julian. Thanks for bringing this up again. I do want to clarify (as Jeremy mentions), that there really are a few changes that we could all benefit from. Julian, I agree that real multibyte character support would be nice to have, but are you sure that it is an important issue. I mean, I'm fine with the support in my plugin (basically sets $KCODE = 'u' and that's it.) I have seen no problems on that until now (and I have done a few "string juggling" tests). Moreover, do you know if the problems you describe, will be solved with better unicode support in Ruby 2? Because if that's so, you should be pushing on the Ruby mailing list. My own opinion is still that we should be able to modify Rails so that it's easier to "override" for these purposes: More like setting new hashes with localized strings, and less overriding of entire functions because english texts are hardcoded. I'm looking forward to hear your opinion here, and like Jeremy I'm delighted to know if any volunteers are listening and reacting.... PS. I'm trying to look into it myself, but some of the code is not as easy to modify as much of it is still beautiful (but in an incosistent way as I described in my first post :-) /Jesper Rønn-Jensen http://justaddwater.dk/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core -~----------~----~----~----~------~----~------~--~---
