Actions
Bug #96053
closedCommand "language:update" succeeds on missing translations but fails without progress
Start date:
2021-11-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The CLI command language:update
is supposed to always fail if translations could not be fetched for an extension. But the behavior is different if --no-progress
(or --verbose
) is passed.
To reproduce:
- Install any extension without translations on the TYPO3 translation server (private or public), e.g.
container
- Run
language:update
: succeeds - Run
language:update --no-progress
: fails - Run
language:update --verbose
: fails
(Notice that the order of language:update
invocations doesn't matter here.)
Actions