Release 2.37 (#5546)
This commit is contained in:
@@ -25,7 +25,7 @@ use Symfony\Component\HttpClient\HttpClient;
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
#[AsCommand(name: 'kimai:translations')]
|
||||
#[AsCommand(name: 'kimai:translations', description: 'Automated translation adjustments')]
|
||||
final class TranslationCommand extends Command
|
||||
{
|
||||
public function __construct(
|
||||
@@ -40,7 +40,6 @@ final class TranslationCommand extends Command
|
||||
protected function configure(): void
|
||||
{
|
||||
$this
|
||||
->setDescription('Translation adjustments')
|
||||
->addOption('resname', null, InputOption::VALUE_NONE, 'Fix the resname vs. id attribute')
|
||||
->addOption('duplicates', null, InputOption::VALUE_NONE, 'Find duplicate translation keys')
|
||||
->addOption('delete-resname', null, InputOption::VALUE_REQUIRED, 'Deletes the translation by resname')
|
||||
|
||||
Reference in New Issue
Block a user