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,38 @@
.. include:: /Includes.rst.txt
.. _breaking-67557:
======================================================
Breaking: #67557 - Language file of Opendocs was moved
======================================================
See :issue:`67557`
Description
===========
The language file :file:`locallang_opendocs.xlf` of EXT:opendocs has been moved to
:file:`Resources/Private/locallang.xlf`.
Impact
======
Inclusion of the file via `$this->getLanguageService()->includeLLFile()` or usage in
`<f:translate key="LLL:EXT:opendocs/locallang_opendocs.xlf:foobar" />.` will fail.
Affected Installations
======================
Every extension relying on the existence of :file:`locallang_opendocs.xlf` will be affected.
Migration
=========
Use :file:`Resources/Private/Language/locallang.xlf`, if required.
.. index:: PHP-API, Backend, ext:opendocs