Project

General

Profile

Actions

Feature #98394

closed

Allow Extension to prevent downloading of language packs

Added by Daniel Siepmann over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2022-09-21
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

TYPO3 will try to fetch language packs for all installed extensions in all available languages.
This exposes locally installed extensions to the outer world (the language server).
Furthermore, there might be an extension in the wild with same name, leading to unexpected downloading foreign language packs. Otherwise unnecessary 404 to TYPO3 translation server will happen.

It would be cool if extensions could be defined to ignore the procedure. E.g. via

{
    "extra": {
        "typo3/cms": {
            "updateLanguages": false
        }
    }
}

Furthermore: There is no way to do that via composer only right now. But there was a way via ext_emconf.php, see: https://github.com/TYPO3/typo3/blob/9d5ff89a9e9f086eca3a1d594797e50a24623ed5/typo3/sysext/install/Classes/Service/LanguagePackService.php#L170


Files


Related issues 1 (1 open0 closed)

Has duplicate TYPO3 Core - Feature #101526: Allow configuration to prevent downloading of language packs for specific extensionsNew2023-08-02

Actions
Actions

Also available in: Atom PDF