[TYPO3-mvc] Handling of translations?

Steffen Ritter info at rs-websystems.de
Fri Nov 13 14:21:55 CET 2009


Steffen Ritter schrieb:

> 
> Hey,
> as I told you in Skype, it's easy to implement the "sys_language_mode= 
> strict" in Extbase.
> 
> Just add
> $languageMode = $GLOBALS['TSFE']->sys_language_mode == strict ? 
> 'hideNonTranslated' : '';
> 
> after line 746
> 
> $languageMode = '';
> after Line 757
> 
> and replace last Parameter ('') in line 768 with $languageMode
> 

important: in file Classes/Persistence/Storage/Typo3DbBackend.php

> 
> But im wondering about ->sys_language_content in line 745.
> I think it should be ->sys_language_uid
> 
> Can anyone tell the difference (since in TS i've never seen or set 
> _content, but always _uid)
> 
> regards
> 
> Steffen


More information about the TYPO3-project-typo3v4mvc mailing list