Skip to content

Commit 7329d8e

Browse files
georgringerlolli42
authored andcommitted
[TASK] Add language to download button in Install Tool
Add the language iso code to the download buttons in the Install Tool > Manage Language Packs to improve the usability if more languages are available. Resolves: #108184 Releases: main, 13.4 Change-Id: Ic9edcef810f33c9e12904931764b69e770ec0e1c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91758 Tested-by: Garvin Hicking <garvin@hick.ing> Reviewed-by: Garvin Hicking <garvin@hick.ing> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: core-ci <typo3@b13.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
1 parent 27667a9 commit 7329d8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Build/Sources/TypeScript/install/renderable/language-packs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export class ExtensionMatrixElement extends LitElement {
279279
<button class="btn btn-default" title=${tooltip}
280280
@click=${() => this.dispatchEvent(new CustomEvent<DownloadPacksEvent>('download-packs', eventData))}>
281281
<typo3-backend-icon identifier="actions-download" size="small"></typo3-backend-icon>
282+
${language}
282283
</button>
283284
</td>
284285
`;

typo3/sysext/install/Resources/Public/JavaScript/renderable/language-packs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)