creativestyle / magesuite-translation-inherit
Allows to inherit translations
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Replaces
README
https://creativestyle.atlassian.net/wiki/spaces/MGSDEV/pages/2307948545/TranslationInherit+optional
Example of usage
Add to di.xml
<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>