Sunday, January 31, 2010

Re: i18n partial translation

I just found out that cake keeps a cache of the translations in

/app/tmp/cache/persistent

If you remove all files* in there, the translation should work fine
again.

Cheers,

B.


*If you only want to remove the lang cache, you can identify them as:

cake_core_{lang domain}_{lang code}

for example:

cake_core_default_dut

On Jan 8, 10:59 pm, lemp <goo...@forgenumerique.com> wrote:
> Since upgrading to Cake 1.2.5, most of the string in my app do not
> translate any more (but some do).
>
> I checked and config.language is set properly.
>
> Any suggestions on where and what I should be looking for to debug
> this?

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: