PHP code example of creativestyle / magesuite-translation-inherit
1. Go to this page and download the library: Download creativestyle/magesuite-translation-inherit 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/ */
creativestyle / magesuite-translation-inherit example snippets
<type name="MageSuite\TranslationInherit\Model\ParentLocaleResolver">
<arguments>
<argument name="parentLocaleList" xsi:type="array">
<item name="de_CH" xsi:type="string">de_DE</item>
<item name="fr_CH" xsi:type="string">fr_FR</item>
</argument>
</arguments>
</type>