PHP code example of mdm / translator-checker-bundle

1. Go to this page and download the library: Download mdm/translator-checker-bundle library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mdm / translator-checker-bundle example snippets

`
php app/console translation:check-duplicates [culture]
`
php app/console translation:check-missings [culture]
`
php app/console translation:check-missings en -n --junit myjunit.xml
`
php app/console translation:check-missings fr,en -n --junit myjunit.xml
`
php app/console translation:check-missings fr,en -n --junit myjunit.xml --show-unused