Deprecation: #107938 - Deprecate unused XLIFF files
See forge#107938
Description
The following XLIFF files have been deprecated, as they are not used in TYPO3 Core anymore:
EXT:backend/ Resources/ Private/ Language/ locallang_ view_ help. xlf EXT:backend/ Resources/ Private/ Language/ locallang_ sitesettings_ module. xlf EXT:backend/ Resources/ Private/ Language/ locallang_ siteconfiguration_ module. xlf EXT:backend/ Resources/ Private/ Language/ locallang_ mod. xlf EXT:belog/ Resources/ Private/ Language/ locallang_ mod. xlf EXT:beuser/ Resources/ Private/ Language/ locallang_ mod. xlf EXT:core/ Resources/ Private/ Language/ locallang_ mod_ usertools. xlf EXT:core/ Resources/ Private/ Language/ locallang_ mod_ system. xlf EXT:core/ Resources/ Private/ Language/ locallang_ mod_ site. xlf EXT:core/ Resources/ Private/ Language/ locallang_ mod_ help. xlf EXT:core/ Resources/ Private/ Language/ locallang_ mod_ admintools. xlf EXT:dashboard/ Resources/ Private/ Language/ locallang_ mod. xlf EXT:extensionmanager/ Resources/ Private/ Language/ locallang_ mod. xlf EXT:form/ Resources/ Private/ Language/ locallang_ module. xlf EXT:indexed_ search/ Resources/ Private/ Language/ locallang_ mod. xlf EXT:install/ Resources/ Private/ Language/ Module Install Upgrade. xlf EXT:install/ Resources/ Private/ Language/ Module Install Settings. xlf EXT:install/ Resources/ Private/ Language/ Module Install Maintenance. xlf EXT:install/ Resources/ Private/ Language/ Module Install Environment. xlf EXT:install/ Resources/ Private/ Language/ Backend Module. xlf EXT:info/ Resources/ Private/ Language/ locallang_ mod_ web_ info. xlf EXT:linkvalidator/ Resources/ Private/ Language/ Module/ locallang_ mod. xlf EXT:recycler/ Resources/ Private/ Language/ locallang_ mod. xlf
They will be removed with TYPO3 v15.0.
The console command vendor/ does not list deprecated language domains,
unless the option -- is used.
Impact
Using a label reference from one of these files triggers a
E_ error.
Affected installations
Third party extensions and site packages that use labels from the listed sources will not be able to display the affected labels with TYPO3 v15.0.
Migration
If the desired string is contained in another language domain, consider to use that domain. Otherwise, move the required labels into your extension or site package.