41 lines
930 B
ReStructuredText
41 lines
930 B
ReStructuredText
.. 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
|