From 5a0c01bcd0a6c2177805d1af4a4d8a8f6a37ccb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20E=C3=9Fl?= <indy.essl@gmail.com>
Date: Fri, 21 Feb 2020 21:29:50 +0100
Subject: [PATCH] [BUGFIX] Fix missing label in Site Config

The "Language" header used in in the table listing was never shown,
as it was missing in the language file.

Resolves: #90475
Releases: master, 9.5
Change-Id: Ic14e1b808bf10da6e1096829451945ece7d6943c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63358
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
---
 .../Private/Language/locallang_siteconfiguration_tca.xlf       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration_tca.xlf b/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration_tca.xlf
index ea5986314e33..517bc4dbd42f 100644
--- a/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration_tca.xlf
+++ b/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration_tca.xlf
@@ -52,6 +52,9 @@
 			<trans-unit id="site_language.ctrl.title" resname="site_language.ctrl.title">
 				<source>Language Configuration for a Site</source>
 			</trans-unit>
+			<trans-unit id="site_language.language" resname="site_language.language">
+				<source>Language</source>
+			</trans-unit>
 			<trans-unit id="site_language.languageId" resname="site_language.languageId">
 				<source>Language ID</source>
 			</trans-unit>
-- 
GitLab