Skip to content

Commit

Permalink
Merge pull request #20 from siebdc2/feature/PHPRO-415
Browse files Browse the repository at this point in the history
Feature/phpro 415
  • Loading branch information
BrentRobert authored Jul 19, 2024
2 parents 43fa875 + c265c48 commit 4056edf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,30 @@
</argument>
</arguments>
</type>
<type name="Phpro\Translations\Console\Command\Export">
<arguments>
<argument name="exporter" xsi:type="object">Phpro\Translations\Api\ExportManagementInterface\Proxy</argument>
</arguments>
</type>
<type name="Phpro\Translations\Console\Command\GenerateFrontendTranslations">
<arguments>
<argument name="inlineTranslations" xsi:type="object">Phpro\Translations\Model\InlineTranslationsGenerator\Proxy</argument>
</arguments>
</type>
<type name="Phpro\Translations\Console\Command\Import">
<arguments>
<argument name="importer" xsi:type="object">Phpro\Translations\Api\ImportManagementInterface\Proxy</argument>
</arguments>
</type>
<type name="Phpro\Translations\Console\Command\ImportFull">
<arguments>
<argument name="importer" xsi:type="object">Phpro\Translations\Api\ImportManagementInterface\Proxy</argument>
</arguments>
</type>
<type name="Phpro\Translations\Console\Command\PrepareKeysCommand">
<arguments>
<argument name="translationDataManagement" xsi:type="object">Phpro\Translations\Api\TranslationDataManagementInterface\Proxy</argument>
<argument name="localeSource" xsi:type="object">Phpro\Translations\Model\Translation\Source\Locales\Proxy</argument>
</arguments>
</type>
</config>

0 comments on commit 4056edf

Please sign in to comment.