Quantcast

Translate behaviour not working as expected

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Translate behaviour not working as expected

Gabe
Hi all,

I am using translate behaviour with multiple translate tables and I
have configured it according to book.cakephp.org but when there is no
translation for an article I get empty strings instead of one of my
other translation.

I would appreciate any suggestions
Gabe

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Translate behaviour not working as expected

manzapanza
Hi,
Probably you need to enter "manually" in i18n table the translations of the default language.

TranslateBahavior make an INNER JOIN on i18n table to find translations

Massimo

Il giorno martedì 13 settembre 2011 09:16:36 UTC-3, Gabe ha scritto:
Hi all,

I am using translate behaviour with multiple translate tables and I
have configured it according to book.cakephp.org but when there is no
translation for an article I get empty strings instead of one of my
other translation.

I would appreciate any suggestions
Gabe

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Translate behaviour not working as expected

spyy
same problem here! wenn a browser specifies no language, no results are shown...also wenn their is no translation for a specific language.

but i want to show articles from a language...

Am Montag, 7. Mai 2012 14:04:21 UTC+2 schrieb manzapanza:
Hi,
Probably you need to enter "manually" in i18n table the translations of the default language.

TranslateBahavior make an INNER JOIN on i18n table to find translations

Massimo

Il giorno martedì 13 settembre 2011 09:16:36 UTC-3, Gabe ha scritto:
Hi all,

I am using translate behaviour with multiple translate tables and I
have configured it according to book.cakephp.org but when there is no
translation for an article I get empty strings instead of one of my
other translation.

I would appreciate any suggestions
Gabe

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Loading...