Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
[TASK] Remove dependency to deprecated typo3-cms/lang
Browse files Browse the repository at this point in the history
Change-Id: If2243bd42237e78f42ca04cf4c4aacda746b890e
Resolves: #85418
Releases: master
Reviewed-on: https://review.typo3.org/57408
Reviewed-by: David Bruchmann <davidbruchmann@gmail.com>
Reviewed-by: Jo Hasenau <info@cybercraft.de>
Tested-by: Jo Hasenau <info@cybercraft.de>
  • Loading branch information
Bunnyfield committed Jun 28, 2018
1 parent 5c20c77 commit 794656b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Classes/Wizard/GridelementsBackendLayoutWizardElement.php
Expand Up @@ -215,7 +215,7 @@ public function render()
$html = implode(LF, $html);
$resultArray['html'] = $html;
$resultArray['additionalInlineLanguageLabelFiles'][] = 'EXT:gridelements/Resources/Private/Language/locallang_wizard.xlf';
$resultArray['additionalInlineLanguageLabelFiles'][] = 'EXT:lang/Resources/Private/Language/locallang_wizards.xlf';
$resultArray['additionalInlineLanguageLabelFiles'][] = 'EXT:core/Resources/Private/Language/locallang_wizards.xlf';
$resultArray['additionalInlineLanguageLabelFiles'][] = 'EXT:backend/Resources/Private/Language/locallang.xlf';
$resultArray['requireJsModules'][] = 'TYPO3/CMS/Gridelements/GridEditor';

Expand Down

0 comments on commit 794656b

Please sign in to comment.