privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function () use ($container): \Symfony\Component\Translation\Command\XliffLintCommand { return ($container->privates['console.command.xliff_lint'] ?? $container->load('getConsole_Command_XliffLintService')); }); } }