Skip to content
Snippets Groups Projects
Commit 91d723d8 authored by Wouter Wolters's avatar Wouter Wolters Committed by Stefan Neufeind
Browse files

[BUGFIX] Fix missing translation in ext:reports

Fix missing translation for ext:sv in ext:reports.
This was not trasfered to the new location for
the locallang.xlf file.

Change-Id: I594d9c89afbc42c5b6447fc2306a88d3c027b40e
Resolves: #51873
Releases: 6.2
Reviewed-on: https://review.typo3.org/23711
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
parent 5e98799a
Branches
Tags
No related merge requests found
......@@ -4,8 +4,8 @@ if (!defined('TYPO3_MODE')) {
}
if (TYPO3_MODE === 'BE') {
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['sv']['services'] = array(
'title' => 'LLL:EXT:sv/reports/locallang.xlf:report_title',
'description' => 'LLL:EXT:sv/reports/locallang.xlf:report_description',
'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title',
'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description',
'icon' => 'EXT:sv/Resources/Public/Images/tx_sv_report.png',
'report' => 'TYPO3\\CMS\\Sv\\Report\\ServicesListReport'
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment