Skip to content

Commit c682eab

Browse files
georgringerbnf
authored andcommitted
[BUGFIX] Add missing label for TsConfig provided by site
Provide the missing translation of a badge which is shown for TsConfig provided by a site. Resolves: #105507 Releases: main, 13.4, 12.4 Change-Id: Ifb9f7d72411244a9dcbde2ae0a89fa95305f4727 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86844 Tested-by: Andreas Kienast <akienast@scripting-base.de> Reviewed-by: Andreas Kienast <akienast@scripting-base.de> Reviewed-by: Garvin Hicking <gh@faktor-e.de> Tested-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com> Reviewed-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com> Tested-by: Benjamin Franzke <ben@bnf.dev> Tested-by: Garvin Hicking <gh@faktor-e.de> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Benjamin Franzke <ben@bnf.dev>
1 parent fe5a128 commit c682eab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typo3/sysext/backend/Resources/Private/Language/locallang_pagetsconfig.xlf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@
144144
<trans-unit id="module.pagetsconfig_includes.tree.child.type.TsConfig" resname="module.pagetsconfig_includes.tree.child.type.TsConfig">
145145
<source>TSconfig</source>
146146
</trans-unit>
147+
<trans-unit id="module.pagetsconfig_includes.tree.child.type.Site" resname="module.pagetsconfig_includes.tree.child.type.Site">
148+
<source>Site</source>
149+
</trans-unit>
147150
<trans-unit id="module.pagetsconfig_includes.tree.child.btn.sourceCode" resname="module.pagetsconfig_includes.tree.child.btn.sourceCode">
148151
<source>Show code</source>
149152
</trans-unit>

0 commit comments

Comments
 (0)