TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,39 @@
.. include:: /Includes.rst.txt
.. _breaking-60630:
=================================================
Breaking: #60630 - Scheduler Language Files Moved
=================================================
See :issue:`60630`
Description
===========
The language files of the scheduler extension are moved to EXT:scheduler/Resources/Private/Language/
Impact
======
Labels are not translated when being fetched from old file location.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses a language file from EXT:scheduler
or if localization overrides of these files are registered. Those overridden labels may not
work anymore.
Migration
=========
Use new path to language file instead or create/copy the labels to an own language file and
adapt existing overrides to the new file locations.
.. index:: Backend, ext:scheduler