Skip to content

Commit

Permalink
[TASK] Remove CSH language files
Browse files Browse the repository at this point in the history
Refs #999
  • Loading branch information
derhansen committed Jul 25, 2022
1 parent c097fae commit 9e8fda8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 197 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions ext_tables.php
Expand Up @@ -3,9 +3,6 @@
defined('TYPO3') or die();

call_user_func(function () {
/**
* Table description files for localization and allowing sf_event_mgt tables on pages of type default
*/
$tables = [
'tx_sfeventmgt_domain_model_event',
'tx_sfeventmgt_domain_model_location',
Expand All @@ -18,10 +15,6 @@
];

foreach ($tables as $table) {
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
$table,
'EXT:sf_event_mgt/Resources/Private/Language/locallang_csh_' . $table . '.xlf'
);
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages($table);
}

Expand Down

0 comments on commit 9e8fda8

Please sign in to comment.