[TYPO3-project-seminars] changes made by plugin.tx_seminars._LOCAL_LANG.default.label_status.I.x will be ignored in emails

Oliver Klee typo3-german-02 at oliverklee.de
Fri Jul 31 19:32:59 CEST 2009


Hi,

Alexander Grein schrieb:
> I found this in class.tx_seminars_registration.php (line 434):
> 
> case 'status':
>     if ($rawData) {
>         $result = $this->translate('label_status.I.'.$rawData);
>         break;
>     }
> 
> But i can't find the translate function to get deeper into this problem ...

The translate function is not the source of the problem. The problem is
that the locallang key contains dots, and we somehow need to use the key
in TS without the dots acting as separators. (The translate function
doesn't read the TS setup itself; it only uses the pibase functions.)



Oliver


More information about the TYPO3-project-seminars mailing list