Matthias N. wrote: > On 13 Aug., 19:16, "Christian Schaefer" <[EMAIL PROTECTED]> wrote: >> hi all, >> >> I am currently trying to fit symfony's i18n feature to my needs. alas >> it is pretty hard to extend the already existing capabilities since >> the use of sfI18N as the i18n class is hardcoded in sfContext. I >> therefor propose the following change in order to be able to configure >> a replacement i18n class extending sfI18N: >> >> what do you think?
hi matthias, > Changing the i18n class and other context objects as well is already > possible with the symfony 1.1 which is not released yet but it can be > checked out from subversion for testing. :-) that's awesome news! but can you see a way to achieve this with the current stable version 1.0.6? you see I have about 20 clients projects running on one symfony installation on a dev server so I can not easily experiment. and anyway when the project turns live I can not use anything but a stable version. I had the idea to replace sfContext to overwrite it's getI18N() method. but so far I couldn't find where it was set. is there any particular place I can configure this? or at least shadow the installation with a patched class that is just visible to one single project? thanks a lot cheers /christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
