Project

General

Profile

Actions

Bug #64575

closed

Add custom csh doesnt work via addLLrefForTCAdescr

Added by André Wuttig over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2015-01-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

  • we add a new field type to the TCA of powermail field model
  • we also want to add new csh for some fields
  • so we try this command:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
    'tx_powermail_domain_model_fields',
    'EXT:px_powermail/Resources/Private/Language/locallang_csh_tx_powermail_domain_model_fields.xlf'
);
  • This didnt work and i dont know how!?
  • But if we add this to ext_localconf.php it works fine:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:powermail/Resources/Private/Language/locallang_csh_tx_powermail_domain_model_fields.xlf'][] = 'EXT:px_powermail/Resources/Private/Language/locallang_csh_tx_powermail_domain_model_fields.xlf';

Is it not possible to add mutliple language files for "TCA_DESCR"???


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15753: Overwriting csh-labels in XClass doesn't workClosed2006-03-02

Actions
Actions

Also available in: Atom PDF