[TYPO3] translation problems with cooluri
Juergen Hecht
list at space4typo3.de
Wed Jul 30 08:02:10 CEST 2008
Hi,
for me i have found an workaround.
in the file class.tx_cooluri.php line 328 there is a part with two unset
unset($lo['uid']);
unset($lo['pid']);
after this i have added
if($langId != 2) {
unset($lo['title']);
}
my basic language is englisch($LangId 1). All Other languages got the
englisch path. If the language is german it got the german path.
For me this works very well. Is there a way to define this in the
CoolUriConf.xml?
Regards
Juergen
Jan Bednarik schrieb:
> Hi,
>
>> i have only the slashes in it. Is there someone who can help me.
>
> chinese characters are not translated into anything that could be used
> in URLs. And if it would be possible, it wouldn't make sense.
>
> I had a proposal to define rules for fallback (meaning - don't translate
> language X, use language Y instead). I believe, somebody already made
> some enhancement into the code, but I cannot remeber who.
>
> For now, I recommend to add subtitles for Chinese pages (or another
> property) that would be in English and make sure that subtitle is listed
> before title in the pagepath/title element.
>
More information about the TYPO3-english
mailing list