Create commands to manage translations

This commit is contained in:
2024-08-19 16:11:18 +02:00
parent 547a9d1369
commit a5329c5d69
3 changed files with 339 additions and 0 deletions

View File

@@ -74,3 +74,11 @@ services:
Chill\MainBundle\Command\SynchronizeEntityInfoViewsCommand:
tags:
- {name: console.command}
Chill\MainBundle\Command\DetectTranslationDuplicatesCommand:
tags:
- { name: console.command }
Chill\MainBundle\Command\DetectMissingTranslationsCommand:
tags:
- { name: console.command }