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,40 @@
.. include:: /Includes.rst.txt
.. _deprecation-82315:
==============================================================
Deprecation: #82315 - Deprecate bin/typo3 lang:language:update
==============================================================
See :issue:`82315`
Description
===========
The command `lang:language:update` is an alias of `language:update`, therefore it's superfluous and
will be removed in the future.
Impact
======
The command `lang:language:update` will show a deprecation message when used.
Affected Installations
======================
All installations that make use of the command `lang:language:update`. Most likely there are cronjobs
that need to be adjusted.
Migration
=========
Use :bash:`bin/typo3 language:update` instead.
Notice that multiple language ISO codes must be separated by spaces instead of commas::
bin/typo3 language:update de fr it
.. index:: CLI, NotScanned, ext:lang