Deprecation: #82315 - Deprecate bin/typo3 lang:language:update

See forge#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 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