<?php
defined('TYPO3') || die();

(static function() {
    \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_courses_domain_model_course', 'EXT:courses/Resources/Private/Language/locallang_csh_tx_courses_domain_model_course.xlf');

    \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_courses_domain_model_subject', 'EXT:courses/Resources/Private/Language/locallang_csh_tx_courses_domain_model_subject.xlf');

    \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_courses_domain_model_workshop', 'EXT:courses/Resources/Private/Language/locallang_csh_tx_courses_domain_model_workshop.xlf');

    \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_courses_domain_model_profession', 'EXT:courses/Resources/Private/Language/locallang_csh_tx_courses_domain_model_profession.xlf');
})();
