[symfony-users] Re: I18N problem

2007-11-03 Thread Dincho Todorov
> Second problem is.: i have added the I18N as a standard helper in the > settings.yml > > all: > setting: > standard_helpers: [ I18N ] > > but this is not working... every time i use __( ) function in template > its throwing undefined function error. if i add a line in > use_helper(

[symfony-users] Re: I18N problem

2007-11-02 Thread Mohammad Asif Ali
thanks for pointing the problem for routing .. the routing working fine now... but why the example 118n program not working for me. Thanks On Nov 2, 5:39 pm, Frank Stelzer <[EMAIL PROTECTED]> wrote: > There is a ":" missing > > > new_registration: <--- > > url: /:sf_culture/signup >

[symfony-users] Re: I18N problem

2007-11-02 Thread Frank Stelzer
There is a ":" missing > new_registration: <--- > url: /:sf_culture/signup > param: { module: user, action: signup } Am 02.11.2007 um 13:09 schrieb Mohammad Asif Ali: > new_registration > url: /:sf_culture/signup > param: { module: user, action: signup } --~--~-~--~-