PHP code example of symfony-si / magento1-sl-si

1. Go to this page and download the library: Download symfony-si/magento1-sl-si 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/ */

    

symfony-si / magento1-sl-si example snippets

xml
<adminhtml>
    <translate>
        <modules>
            <Your_Module>
                <files>
                    <default>Your_Translation.csv</default>
                </files>
            </Your_Module>
        </modules>
    </translate>
</adminhtml>