Configuration
Target group: Developers, Integrators
Extension configuration
Configure the extension keys that should be excluded from downloading language packs from the official TYPO3 translation server.
In the backend, navigate to Admin Tools > Settings, click on Configure Extensions and then on prevent_lang_packs_download:

Extension configuration
The exclude list is empty by default. You can enter one or more extension keys, separated by commas. In addition, you can use a wildcard at the end to exclude extensions that begin with a specific extension key.
Some examples:
my_
extension - Excludes the extension with the key
my_
.extension some_
extension, another_ extension - Excludes the extensions with the keys
some_
andextension another_
.extension myproject_*
- Excludes the extensions, for example, with the keys
myproject_
,site myproject_
orvideo myproject_
.download
After saving you can check your configuration with the language:update command. The excluded extensions should not be listed.