Closed GoogleCodeExporter closed 9 years ago
ok, I've merged with r703 and echo getLocale() returns the correct locale, but
the
translated strings are still in the old language until refresh. This is
probably some
king of caching issue, although it's in a development mode and cache should be
disabled.
Original comment by Darha...@gmail.com
on 6 Mar 2010 at 11:06
Caching is disabled in 'development' mode.
Have a look at /application/Bootstrap.php line 156ff.:
if ('development' == APPLICATION_ENV) {
$frontendOptions['caching'] = false;
}
I'll see if I can reproduce this behaviour.
Cheers,
LT.
Original comment by lowtower1974@gmail.com
on 7 Mar 2010 at 5:00
Original comment by lowtower1974@gmail.com
on 28 Apr 2010 at 2:31
Fixed with r743
Original comment by lowtower1974@gmail.com
on 28 Apr 2010 at 3:41
Original issue reported on code.google.com by
Darha...@gmail.com
on 5 Mar 2010 at 3:29