privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand { return ($container->privates['console.command.translation_debug'] ?? $container->load('getConsole_Command_TranslationDebugService')); }); } }